summaryrefslogtreecommitdiff
path: root/service/flags.aconfig
blob: a9ca293d6c115ea2ec66a70ab6095cd0c2eb0449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
}