diff options
author | 2024-12-09 21:26:27 +0000 | |
---|---|---|
committer | 2024-12-18 01:17:58 +0000 | |
commit | d3c9e73890ac9004301ec1b52c52289db338623c (patch) | |
tree | be5707dbae91b0b51f6fde36f845efbc6352cb38 /flags.aconfig | |
parent | a7fc30a11222a035fc9f2448d08e471413380f79 (diff) |
[DocsUI ZIP] Add a DocsUI ZIP flag
The `zip_ng` flag will be used to protect the development of new
ZIP-related functionalities in DocumentsUI. In particular, we are
thinking of using it to gate the upcoming "Extract all" functionality.
Test: m DocumentsUIGoogle
Bug: 382550591
Flag: com.android.documentsui.flags.zip_ng
Change-Id: I2ddec16941e58e6b12641e0cfd096c43400e215f
Diffstat (limited to 'flags.aconfig')
-rw-r--r-- | flags.aconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flags.aconfig b/flags.aconfig index 6646e196b..eeea9a3b9 100644 --- a/flags.aconfig +++ b/flags.aconfig @@ -17,3 +17,9 @@ flag { is_fixed_read_only: true } +flag { + name: "zip_ng" + namespace: "documentsui" + description: "Enables the next generation ZIP functionality." + bug: "382550591" +} |