blob: 31d48f615595ed9f6dcc5a733d46982304c9b184 [file] [log] [blame]
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"
}