diff options
author | 2024-05-23 01:16:52 +0000 | |
---|---|---|
committer | 2024-05-23 01:16:52 +0000 | |
commit | a51c813548262092668cf736d026f0586086b9aa (patch) | |
tree | 45e4225ed12e80c962a378b0d08d572138d0dd52 /flags | |
parent | 36041be02ddb10e087dd299863c962bf30cbcc84 (diff) |
Revert "Use APIs for clipboard in PrivacyControlsViewModel"
This reverts commit 36041be02ddb10e087dd299863c962bf30cbcc84.
Reason for revert: Droidmonitor triggered revert due to build breakage in b/342269215. Will be verifying through ABTD before submission.
Change-Id: I6b3fcdc672029a57cde997dd2dfb91bb1216d3d3
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 2e357ec3a..839acb963 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -27,17 +27,6 @@ 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." |