diff options
author | 2023-12-19 00:42:28 +0000 | |
---|---|---|
committer | 2024-01-02 12:05:44 +0000 | |
commit | f39014be3c1c5ef04894e7489e8a62d51d672314 (patch) | |
tree | 5724f644407b297e77f786ca5f0c4236bde5f05e /flags | |
parent | 409200adb110860e882917c3613c9386e1d27e63 (diff) |
Change the strings on the opt-out toggle to also account for archiving
Test: n/a
Bug: 304257274
Change-Id: Ia96eaabcd9fa20fa2d030d2e09bc5ba388247e52
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 37aca2a56..49b086b2b 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -19,4 +19,11 @@ flag { namespace: "wear_security" description: "This flag is used to support Privacy dashboard for Wear" bug: "309721061" +} + +flag { + name: "archiving" + namespace: "permissions" + description: "Feature flag to enable the archiving feature." + bug: "278553670" }
\ No newline at end of file |