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