Merge "ICS is API 14."
This commit is contained in:
committed by
Android (Google) Code Review
commit
67eb4320d2
@@ -14386,7 +14386,7 @@ package android.os {
|
||||
field public static final int HONEYCOMB = 11; // 0xb
|
||||
field public static final int HONEYCOMB_MR1 = 12; // 0xc
|
||||
field public static final int HONEYCOMB_MR2 = 13; // 0xd
|
||||
field public static final int ICE_CREAM_SANDWICH = 10000; // 0x2710
|
||||
field public static final int ICE_CREAM_SANDWICH = 14; // 0xe
|
||||
}
|
||||
|
||||
public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -277,7 +277,7 @@ public class Build {
|
||||
public static final int HONEYCOMB_MR2 = 13;
|
||||
|
||||
/**
|
||||
* Current version under development.
|
||||
* Android 4.0.
|
||||
*
|
||||
* <p>Applications targeting this or a later release will get these
|
||||
* new changes in behavior:</p>
|
||||
@@ -298,7 +298,7 @@ public class Build {
|
||||
* {@link android.R.style#Theme_DeviceDefault} family.
|
||||
* </ul>
|
||||
*/
|
||||
public static final int ICE_CREAM_SANDWICH = CUR_DEVELOPMENT;
|
||||
public static final int ICE_CREAM_SANDWICH = 14;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user