• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# proto-file: build/make/tools/aconfig/aconfig_protos/aconfig.proto
2# proto-message: flag_declarations
3
4package: "com.android.managedprovisioning.flags"
5container: "system"
6
7flag {
8  name: "is_cosmic_ray_enabled"
9  namespace: "enterprise"
10  description: "Enables Cosmic Ray features"
11  bug: "288413994"
12}
13
14flag {
15  name: "bad_state_v3_early_rh_download_enabled"
16  namespace: "enterprise"
17  description: "Download and provision role holder provisioning before precondition checks"
18  bug: "347912855"
19}
20
21flag {
22  name: "underline_policy_link"
23  namespace: "enterprise"
24  description: "Underline the policy link in the View Terms page"
25  bug: "365473481"
26}
27
28flag {
29  name: "check_frp_active"
30  namespace: "enterprise"
31  description: "Fix persistent data block check for provisioning"
32  bug: "365473481"
33}
34
35flag {
36  name: "terms_view_accessibility_enabled"
37  namespace: "enterprise"
38  description: "Enable Expand/Collapse accesbility announcement for terms view"
39  bug: "386329540"
40}
41
42flag {
43  name: "stop_disruptive_announcement_education"
44  namespace: "enterprise"
45  description: "Stop TalkBack disruptive announcement for the header of the work profile education screens"
46  bug: "386334889"
47}
48