Merge "ICS is API 14."

This commit is contained in:
Dianne Hackborn
2011-09-14 16:04:15 -07:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -14386,7 +14386,7 @@ package android.os {
field public static final int HONEYCOMB = 11; // 0xb field public static final int HONEYCOMB = 11; // 0xb
field public static final int HONEYCOMB_MR1 = 12; // 0xc field public static final int HONEYCOMB_MR1 = 12; // 0xc
field public static final int HONEYCOMB_MR2 = 13; // 0xd 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 { public final class Bundle implements java.lang.Cloneable android.os.Parcelable {

View File

@@ -277,7 +277,7 @@ public class Build {
public static final int HONEYCOMB_MR2 = 13; 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 * <p>Applications targeting this or a later release will get these
* new changes in behavior:</p> * new changes in behavior:</p>
@@ -298,7 +298,7 @@ public class Build {
* {@link android.R.style#Theme_DeviceDefault} family. * {@link android.R.style#Theme_DeviceDefault} family.
* </ul> * </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". */ /** The type of build, like "user" or "eng". */