Skip to content

Commit 0784cfb

Browse files
author
Dianne Hackborn
committed
ICS is API 14.
Change-Id: I95f500f94ce206ae6ca6938d17537431d8799237
1 parent 11fed2b commit 0784cfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14386,7 +14386,7 @@ package android.os {
1438614386
field public static final int HONEYCOMB = 11; // 0xb
1438714387
field public static final int HONEYCOMB_MR1 = 12; // 0xc
1438814388
field public static final int HONEYCOMB_MR2 = 13; // 0xd
14389-
field public static final int ICE_CREAM_SANDWICH = 10000; // 0x2710
14389+
field public static final int ICE_CREAM_SANDWICH = 14; // 0xe
1439014390
}
1439114391

1439214392
public final class Bundle implements java.lang.Cloneable android.os.Parcelable {

core/java/android/os/Build.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public static class VERSION_CODES {
277277
public static final int HONEYCOMB_MR2 = 13;
278278

279279
/**
280-
* Current version under development.
280+
* Android 4.0.
281281
*
282282
* <p>Applications targeting this or a later release will get these
283283
* new changes in behavior:</p>
@@ -298,7 +298,7 @@ public static class VERSION_CODES {
298298
* {@link android.R.style#Theme_DeviceDefault} family.
299299
* </ul>
300300
*/
301-
public static final int ICE_CREAM_SANDWICH = CUR_DEVELOPMENT;
301+
public static final int ICE_CREAM_SANDWICH = 14;
302302
}
303303

304304
/** The type of build, like "user" or "eng". */

0 commit comments

Comments
 (0)