Skip to content

Commit 78b94de

Browse files
committed
Set KITKAT_WATCH to be level 20, document API specific changes.
Bug: 14116162 Change-Id: Iab094dbd0add414a365234c275bd473787b8803b
1 parent 5e6b8d3 commit 78b94de

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

api/current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

core/java/android/os/Build.java

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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". */

0 commit comments

Comments
 (0)