diff options
author | 2024-01-18 16:37:38 +0000 | |
---|---|---|
committer | 2024-01-24 11:42:52 +0000 | |
commit | bc7e644dba8ab72e6acd3ee19505e72ee09bf235 (patch) | |
tree | ac9a0b1ff55ee8a81ea6de4381010890cda2bbf4 /flags | |
parent | 9b96e8dd0b3f0717e1ca97178327fcbcaa21a54a (diff) |
Make 'archiving' flag read-only
Test: n/a
Bug: 320705443
Change-Id: I62e44edc53bfc6cc44f35d369d64e60a4956e772
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 8c5f2dd53..5d9e01052 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -15,8 +15,9 @@ flag { } flag { - name: "archiving" + name: "archiving_read_only" namespace: "permissions" description: "Feature flag to enable the archiving feature." bug: "278553670" + is_fixed_read_only: true }
\ No newline at end of file |