Snap for 10252918 from 9a2f7628c4b92ff57413bdf03c3ebb27a8812cc0 to udc-release Change-Id: I96d5fe11629c775467c06539273e09fce124eeff
diff --git a/srcs/android/sysprop/PowerProperties.sysprop b/srcs/android/sysprop/PowerProperties.sysprop index ddb72b6..c53d6ae 100644 --- a/srcs/android/sysprop/PowerProperties.sysprop +++ b/srcs/android/sysprop/PowerProperties.sysprop
@@ -44,3 +44,13 @@ access: ReadWrite prop_name: "debug.power.permissionless_turn_screen_on" } + +# Waives the minimum target-sdk check for android.os.PowerManager#ACQUIRE_CAUSES_WAKEUP +# and only allows the flag for apps holding android.permission.TURN_SCREEN_ON +prop { + api_name: "waive_target_sdk_check_for_turn_screen_on" + type: Boolean + scope: Internal + access: Readonly + prop_name: "ro.power.waive_target_sdk_check_for_turn_screen_on" +} \ No newline at end of file