Merge "Add VERSION_CODES constant for S" am: dfe33cb756 am: 230a340757
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1513731 Change-Id: I3ead6dc8599c4327b15138de931bd3c8392f8953
This commit is contained in:
@@ -34461,6 +34461,7 @@ package android.os {
|
||||
field public static final int P = 28; // 0x1c
|
||||
field public static final int Q = 29; // 0x1d
|
||||
field public static final int R = 30; // 0x1e
|
||||
field public static final int S = 10000; // 0x2710
|
||||
}
|
||||
|
||||
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
||||
|
||||
@@ -1041,6 +1041,11 @@ public class Build {
|
||||
*
|
||||
*/
|
||||
public static final int R = 30;
|
||||
|
||||
/**
|
||||
* S.
|
||||
*/
|
||||
public static final int S = CUR_DEVELOPMENT;
|
||||
}
|
||||
|
||||
/** The type of build, like "user" or "eng". */
|
||||
|
||||
Reference in New Issue
Block a user