diff options
Diffstat (limited to 'flags/flags.aconfig')
-rw-r--r-- | flags/flags.aconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 7ffabd45d..a81de8144 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -3,6 +3,7 @@ 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" @@ -20,6 +21,7 @@ flag { 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" @@ -28,6 +30,7 @@ flag { flag { name: "archiving_read_only" + is_exported: true namespace: "permissions" description: "Feature flag to enable the archiving feature." bug: "278553670" @@ -36,6 +39,7 @@ flag { 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" |