1package: "com.android.server.deviceidle" 2container: "system" 3 4flag { 5 name: "remove_idle_location" 6 namespace: "location" 7 description: "Remove DeviceIdleController usage of location" 8 bug: "332770178" 9 metadata { 10 purpose: PURPOSE_BUGFIX 11 } 12} 13 14flag { 15 name: "disable_wakelocks_in_light_idle" 16 namespace: "backstage_power" 17 description: "Disable wakelocks for background apps while Light Device Idle is active" 18 bug: "326607666" 19} 20 21flag { 22 name: "use_cpu_time_for_temp_allowlist" 23 namespace: "backstage_power" 24 description: "Use CPU time for temporary allowlists" 25 bug: "376561328" 26 metadata { 27 purpose: PURPOSE_BUGFIX 28 } 29} 30