summaryrefslogtreecommitdiff
path: root/service/flags.aconfig
blob: e1396a0c2fd26e47609a91bcd9d1affefdb05481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package: "com.android.server.deviceconfig"

flag {
    name: "enable_reboot_notification"
    namespace: "core_experiments_team_internal"
    description: "If enabled, a notification appears when flags are staged to be applied on reboot."
    bug: "296462695"
}
flag {
  name: "enable_unattended_reboot"
  namespace: "core_experiments_team_internal"
  description: "This flag controls enabling the unattended reboot feature for applying flags."
  bug: "297502146"
}

flag {
  name: "enable_sim_pin_replay"
  namespace: "core_experiments_team_internal"
  description: "This flag controls enabling sim pin replay for unattended reboot."
  bug: "305269414"
}