blob: f1cf360b8dd80f3db041d090bce6495967617deb [file]
package: "android.sdk"
container: "system"
flag {
name: "major_minor_versioning_scheme"
namespace: "android_sdk"
description: "Use the new SDK major.minor versioning scheme (e.g. Android 40.1) which replaces the old single-integer scheme (e.g. Android 15)."
bug: "350458259"
is_exported: true
# Use is_fixed_read_only because DeviceConfig may not be available when Build.VERSION_CODES is first accessed
is_fixed_read_only: true
}
flag {
name: "device_initial_sdk_int_full"
namespace: "android_sdk"
description: "Add API Build.DEVICE_INITIAL_SDK_INT_FULL which mirrors Build.DEVICE_INITIAL_SDK_INT but with support for the SDK major.minor versioning scheme."
bug: "419702369"
}
flag {
name: "version_codes_cinnamon_bun"
namespace: "android_sdk"
description: "Introduce the constant to represent Android C (Build.VERSION_CODES.CINNAMON_BUN)"
bug: "448647067"
is_exported: true
}