Add K api version.
Change-Id: I2b74e06f8bda8b23c5cc4280af4b18a5ad66a6c2
This commit is contained in:
@@ -15737,6 +15737,7 @@ package android.os {
|
||||
field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf
|
||||
field public static final int JELLY_BEAN = 16; // 0x10
|
||||
field public static final int JELLY_BEAN_MR1 = 17; // 0x11
|
||||
field public static final int K = 10000; // 0x2710
|
||||
}
|
||||
|
||||
public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -431,6 +431,11 @@ public class Build {
|
||||
* </ul>
|
||||
*/
|
||||
public static final int JELLY_BEAN_MR1 = 17;
|
||||
|
||||
/**
|
||||
* Android X.X: "K". Just "K"
|
||||
*/
|
||||
public static final int K = CUR_DEVELOPMENT;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user