diff options
-rw-r--r-- | flags/flags.aconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 839acb963..7ffabd45d 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -32,4 +32,12 @@ flag { description: "Feature flag to enable the archiving feature." bug: "278553670" is_fixed_read_only: true -}
\ No newline at end of file +} + +flag { + name: "add_banners_to_privacy_sensitive_apps_for_aaos" + namespace: "permissions" + description: "Flag to display warning banners to privacy sensitive apps in AAOS." + bug: "327489942" + is_fixed_read_only: true +} |