Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8fcf88a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "android.sdk aconfig flags: add android.sdk.device_initial_sdk_int_full" into main

parents d09238d4 dae6114e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -11,3 +11,10 @@ flag {
    # 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"
}