diff options
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 839acb963..2e357ec3a 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -27,6 +27,17 @@ flag { } flag { + name: "use_api_for_clipboard_privacy_toggle" + namespace: "permissions" + description: "This flag guards whether the Privacy Controls page uses a hardcoded string or an API to control clipboard privacy" + bug: "263305143" + metadata { + purpose: PURPOSE_BUGFIX + } + is_fixed_read_only: true +} + +flag { name: "archiving_read_only" namespace: "permissions" description: "Feature flag to enable the archiving feature." |