Merge "Declare VersionCodes.KITKAT_WATCH." into klp-modular-dev
This commit is contained in:
@@ -17667,6 +17667,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
|
||||
}
|
||||
|
||||
public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -467,6 +467,11 @@ public class Build {
|
||||
* </ul>
|
||||
*/
|
||||
public static final int KITKAT = 19;
|
||||
|
||||
/**
|
||||
* Android 4.5: KitKat for watches, snacks on the run.
|
||||
*/
|
||||
public static final int KITKAT_WATCH = CUR_DEVELOPMENT; // STOPSHIP: update API level
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user