summaryrefslogtreecommitdiff
path: root/flags/flags.aconfig
blob: 99a50ab7d3f54c012240cb70e14f804732eb970d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
package: "com.android.permission.flags"
container: "com.android.permission"

flag {
    name: "private_profile_supported"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to support private profile in safety center"
    bug: "286539356"
    is_fixed_read_only: true
}

flag {
    name: "private_profile_title_api"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to guard the private profile title api in safety center"
    bug: "286539356"
    is_fixed_read_only: true
}

flag {
    name: "wear_privacy_dashboard_enabled_read_only"
    is_exported: true
    namespace: "wear_security"
    description: "This flag is used to support Privacy dashboard for Wear"
    bug: "309721061"
    is_fixed_read_only: true
}

flag {
    name: "archiving_read_only"
    is_exported: true
    namespace: "permissions"
    description: "Feature flag to enable the archiving feature."
    bug: "278553670"
    is_fixed_read_only: true
}

flag {
    name: "add_banners_to_privacy_sensitive_apps_for_aaos"
    is_exported: true
    namespace: "permissions"
    description: "Flag to display warning banners to privacy sensitive apps in AAOS."
    bug: "327489942"
    is_fixed_read_only: true
}

flag {
    name: "enhanced_confirmation_backport_enabled"
    is_exported: true
    namespace: "permissions"
    description: "Flag to backport enhanced confirmation in permission mainline to T and U."
    bug: "347876543"
    is_fixed_read_only: true
}

flag {
    name: "enable_coarse_fine_location_prompt_for_aaos"
    is_exported: true
    namespace: "permissions"
    description: "Feature flag to enable downgrading to coarse location on Automotive"
    bug: "346369736"
    is_fixed_read_only: true
}

flag {
    name: "odad_notifications_supported"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to enable Safety Center notifications support for ODAD"
    bug: "356910008"
    is_fixed_read_only: true
}

flag {
    name: "safety_center_issue_only_affects_group_status"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used by Safety Center to affect the status light of an entry group when an issue only source pushes a warning"
    bug: "356910111"
    is_fixed_read_only: true
}

flag {
    name: "safety_center_enabled_no_device_config"
    is_exported: true
    namespace: "permissions"
    description: "This flag disables the usage of DeviceConfig to enable/disable Safety Center on UDC+ (enabled by default instead)"
    bug: "354670125"
    is_fixed_read_only: true
}

flag {
    name: "app_permission_fragment_uses_preferences"
    is_exported: true
    namespace: "permissions"
    description: "This flag enables AppPermissionFragment rather than LegacyAppPermissionFragment"
    bug: "349675008"
    is_fixed_read_only: true
}

flag {
    name: "cross_user_role_enabled"
    is_exported: true
    namespace: "permissions"
    description: "This flag enables cross-user roles support and API"
    bug: "367732307"
    is_fixed_read_only: true
}

flag {
    name: "cross_user_role_ux_bugfix_enabled"
    is_exported: true
    namespace: "permissions"
    description: "This flag enables cross-user roles support ux bug fixes"
    bug: "367732307"
    is_fixed_read_only: true
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "permission_timeline_attribution_label_fix"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used for the attribution label fix on permission timeline page"
    bug: "369606734"
    is_fixed_read_only: true
}

flag {
    name: "wear_compose_material3"
    is_exported: true
    namespace: "permissions"
    description: "This flag enables material3 design system for wear ui components"
    bug: "370489422"
    is_fixed_read_only: true
}

flag {
    name: "decluttered_permission_manager_enabled"
    is_exported: true
    namespace: "permissions"
    description: "Enables displaying unused permission groups in the additional page, instead of displaying them in the main permission manager page"
    bug: "365823624"
    is_fixed_read_only: true
}

flag {
    name: "expressive_design_enabled"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to enable Expressive Design for Settings pages inside PermissionController"
    bug: "375480184"
    is_fixed_read_only: true
}

flag {
    name: "default_apps_recommendation_enabled"
    is_exported: true
    namespace: "permissions"
    description: "This flag enables the recommended section in default apps"
    bug: "388234667"
    is_fixed_read_only: true
}

flag {
    name: "fix_safety_center_touch_target"
    is_exported: true
    namespace: "permissions"
    description: "This flag fixes an issue with the SafetyCenterTouchTarget code"
    bug: "399872661"
    is_fixed_read_only: true
}