1package: "com.android.permission.flags"
2container: "com.android.permission"
3
4flag {
5    name: "private_profile_supported"
6    is_exported: true
7    namespace: "permissions"
8    description: "This flag is used to support private profile in safety center"
9    bug: "286539356"
10    is_fixed_read_only: true
11}
12
13flag {
14    name: "private_profile_title_api"
15    is_exported: true
16    namespace: "permissions"
17    description: "This flag is used to guard the private profile title api in safety center"
18    bug: "286539356"
19    is_fixed_read_only: true
20}
21
22flag {
23    name: "wear_privacy_dashboard_enabled_read_only"
24    is_exported: true
25    namespace: "wear_security"
26    description: "This flag is used to support Privacy dashboard for Wear"
27    bug: "309721061"
28    is_fixed_read_only: true
29}
30
31flag {
32    name: "archiving_read_only"
33    is_exported: true
34    namespace: "permissions"
35    description: "Feature flag to enable the archiving feature."
36    bug: "278553670"
37    is_fixed_read_only: true
38}
39
40flag {
41    name: "add_banners_to_privacy_sensitive_apps_for_aaos"
42    is_exported: true
43    namespace: "permissions"
44    description: "Flag to display warning banners to privacy sensitive apps in AAOS."
45    bug: "327489942"
46    is_fixed_read_only: true
47}
48