File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17507,7 +17507,7 @@ package android.os {
1750717507 field public static final int JELLY_BEAN_MR1 = 17; // 0x11
1750817508 field public static final int JELLY_BEAN_MR2 = 18; // 0x12
1750917509 field public static final int KITKAT = 19; // 0x13
17510- field public static final int KITKAT_WATCH = 10000 ; // 0x2710
17510+ field public static final int KITKAT_WATCH = 20 ; // 0x14
1751117511 }
1751217512
1751317513 public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
Original file line number Diff line number Diff line change @@ -469,9 +469,16 @@ public static class VERSION_CODES {
469469 public static final int KITKAT = 19 ;
470470
471471 /**
472- * Android 4.5: KitKat for watches, snacks on the run.
472+ * Android 4.4W: KitKat for watches, snacks on the run.
473+ *
474+ * <p>Applications targeting this or a later release will get these
475+ * new changes in behavior:</p>
476+ * <ul>
477+ * <li>{@link android.app.AlertDialog} might not have a default background if the theme does
478+ * not specify one.</li>
479+ * </ul>
473480 */
474- public static final int KITKAT_WATCH = CUR_DEVELOPMENT ; // STOPSHIP: update API level
481+ public static final int KITKAT_WATCH = 20 ;
475482 }
476483
477484 /** The type of build, like "user" or "eng". */
You can’t perform that action at this time.
0 commit comments