diff options
author | 2023-01-03 16:59:30 -0800 | |
---|---|---|
committer | 2024-05-22 22:23:07 +0000 | |
commit | 36041be02ddb10e087dd299863c962bf30cbcc84 (patch) | |
tree | 6e6cd9796669afb785da0f024b7825ac58771170 /flags | |
parent | 37c71c2eb0af3eff47034346f8951c8ab2a6a6cc (diff) |
Use APIs for clipboard in PrivacyControlsViewModel
Replace old, hardcoded strings with API calls
Bug: 263305143
Test: Manual
Change-Id: I9e3a19a75708696634d4930e21b7c165bf15ba01
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." |