Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -32192,7 +32192,7 @@ package android.os { field public static final int N_MR1 = 25; // 0x19 field public static final int O = 26; // 0x1a field public static final int O_MR1 = 27; // 0x1b field public static final int P = 10000; // 0x2710 field public static final int P = 28; // 0x1c } public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable { core/java/android/os/Build.java +1 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,7 @@ public class Build { * even if there is no excess space.</li> * </ul> */ public static final int P = CUR_DEVELOPMENT; // STOPSHIP Replace with the real version. public static final int P = 28; } /** The type of build, like "user" or "eng". */ Loading tools/aapt/SdkConstants.h +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ enum { SDK_NOUGAT_MR1 = 25, SDK_O = 26, SDK_O_MR1 = 27, SDK_P = 10000, // STOPSHIP Replace with the real version. SDK_P = 28, }; #endif // H_AAPT_SDK_CONSTANTS tools/aapt2/SdkConstants.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ enum : ApiVersion { SDK_NOUGAT_MR1 = 25, SDK_O = 26, SDK_O_MR1 = 27, SDK_P = 10000, // STOPSHIP Replace with the real version. SDK_P = 28, }; ApiVersion FindAttributeSdkLevel(const ResourceId& id); Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -32192,7 +32192,7 @@ package android.os { field public static final int N_MR1 = 25; // 0x19 field public static final int O = 26; // 0x1a field public static final int O_MR1 = 27; // 0x1b field public static final int P = 10000; // 0x2710 field public static final int P = 28; // 0x1c } public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
core/java/android/os/Build.java +1 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,7 @@ public class Build { * even if there is no excess space.</li> * </ul> */ public static final int P = CUR_DEVELOPMENT; // STOPSHIP Replace with the real version. public static final int P = 28; } /** The type of build, like "user" or "eng". */ Loading
tools/aapt/SdkConstants.h +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ enum { SDK_NOUGAT_MR1 = 25, SDK_O = 26, SDK_O_MR1 = 27, SDK_P = 10000, // STOPSHIP Replace with the real version. SDK_P = 28, }; #endif // H_AAPT_SDK_CONSTANTS
tools/aapt2/SdkConstants.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ enum : ApiVersion { SDK_NOUGAT_MR1 = 25, SDK_O = 26, SDK_O_MR1 = 27, SDK_P = 10000, // STOPSHIP Replace with the real version. SDK_P = 28, }; ApiVersion FindAttributeSdkLevel(const ResourceId& id); Loading