1package: "android.hardware.devicestate.feature.flags" 2container: "system" 3 4flag { 5 name: "device_state_property_api" 6 is_exported: true 7 namespace: "windowing_sdk" 8 description: "Updated DeviceState hasProperty API" 9 bug: "293636629" 10 is_fixed_read_only: true 11} 12 13flag { 14 name: "device_state_property_migration" 15 is_exported: true 16 namespace: "windowing_sdk" 17 description: "Client migration to updated DeviceStateManager API's" 18 bug: "336640888" 19 is_fixed_read_only: true 20} 21 22flag { 23 name: "device_state_requester_cancel_state" 24 is_exported: true 25 namespace: "windowing_sdk" 26 description: "Removes foreground requirement if process attempting to cancel a state request is the requester" 27 bug: "354772125" 28 is_fixed_read_only: true 29 metadata { 30 purpose: PURPOSE_BUGFIX 31 } 32} 33 34flag { 35 name: "device_state_rdm_v2" 36 is_exported: true 37 namespace: "windowing_sdk" 38 description: "Enables Rear Display Mode V2, where the inner display shows the user a UI affordance for exiting the state" 39 bug: "372486634" 40 is_fixed_read_only: true 41}