Merge "Revert "Revert "Android Q is API 29""" into qt-dev
This commit is contained in:
@@ -34166,7 +34166,7 @@ package android.os {
|
|||||||
field public static final int O = 26; // 0x1a
|
field public static final int O = 26; // 0x1a
|
||||||
field public static final int O_MR1 = 27; // 0x1b
|
field public static final int O_MR1 = 27; // 0x1b
|
||||||
field public static final int P = 28; // 0x1c
|
field public static final int P = 28; // 0x1c
|
||||||
field public static final int Q = 10000; // 0x2710
|
field public static final int Q = 29; // 0x1d
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
|
||||||
|
|||||||
@@ -976,8 +976,7 @@ public class Build {
|
|||||||
* to come. Con permiso, Capitan. The hall is rented, the orchestra
|
* to come. Con permiso, Capitan. The hall is rented, the orchestra
|
||||||
* engaged. It's now time to see if you can dance.</em>
|
* engaged. It's now time to see if you can dance.</em>
|
||||||
*/
|
*/
|
||||||
public static final int Q = CUR_DEVELOPMENT;
|
public static final int Q = 29;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The type of build, like "user" or "eng". */
|
/** The type of build, like "user" or "eng". */
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ enum {
|
|||||||
SDK_O = 26,
|
SDK_O = 26,
|
||||||
SDK_O_MR1 = 27,
|
SDK_O_MR1 = 27,
|
||||||
SDK_P = 28,
|
SDK_P = 28,
|
||||||
|
SDK_Q = 29,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // H_AAPT_SDK_CONSTANTS
|
#endif // H_AAPT_SDK_CONSTANTS
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ enum : ApiVersion {
|
|||||||
SDK_O = 26,
|
SDK_O = 26,
|
||||||
SDK_O_MR1 = 27,
|
SDK_O_MR1 = 27,
|
||||||
SDK_P = 28,
|
SDK_P = 28,
|
||||||
|
SDK_Q = 29,
|
||||||
};
|
};
|
||||||
|
|
||||||
ApiVersion FindAttributeSdkLevel(const ResourceId& id);
|
ApiVersion FindAttributeSdkLevel(const ResourceId& id);
|
||||||
|
|||||||
Reference in New Issue
Block a user