File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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". */
You can’t perform that action at this time.
0 commit comments