Merge "JB MR2 == API 18." into jb-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a4629b0b83
@@ -16760,7 +16760,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 JELLY_BEAN_MR2 = 10000; // 0x2710
|
||||
field public static final int JELLY_BEAN_MR2 = 18; // 0x12
|
||||
}
|
||||
|
||||
public final class Bundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -433,9 +433,9 @@ public class Build {
|
||||
public static final int JELLY_BEAN_MR1 = 17;
|
||||
|
||||
/**
|
||||
* Android 4.X: Jelly Bean MR2, the revenge of the beans.
|
||||
* Android 4.3: Jelly Bean MR2, the revenge of the beans.
|
||||
*/
|
||||
public static final int JELLY_BEAN_MR2 = CUR_DEVELOPMENT;
|
||||
public static final int JELLY_BEAN_MR2 = 18;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user