Set KITKAT_WATCH to be level 20, document API specific changes.
Bug: 14116162 Change-Id: Iab094dbd0add414a365234c275bd473787b8803b
This commit is contained in:
@@ -17507,7 +17507,7 @@ package android.os {
|
||||
field public static final int JELLY_BEAN_MR1 = 17; // 0x11
|
||||
field public static final int JELLY_BEAN_MR2 = 18; // 0x12
|
||||
field public static final int KITKAT = 19; // 0x13
|
||||
field public static final int KITKAT_WATCH = 10000; // 0x2710
|
||||
field public static final int KITKAT_WATCH = 20; // 0x14
|
||||
}
|
||||
|
||||
public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -469,9 +469,16 @@ public class Build {
|
||||
public static final int KITKAT = 19;
|
||||
|
||||
/**
|
||||
* Android 4.5: KitKat for watches, snacks on the run.
|
||||
* Android 4.4W: KitKat for watches, snacks on the run.
|
||||
*
|
||||
* <p>Applications targeting this or a later release will get these
|
||||
* new changes in behavior:</p>
|
||||
* <ul>
|
||||
* <li>{@link android.app.AlertDialog} might not have a default background if the theme does
|
||||
* not specify one.</li>
|
||||
* </ul>
|
||||
*/
|
||||
public static final int KITKAT_WATCH = CUR_DEVELOPMENT; // STOPSHIP: update API level
|
||||
public static final int KITKAT_WATCH = 20;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user