diff options
author | 2025-02-13 03:25:18 +0000 | |
---|---|---|
committer | 2025-02-13 03:38:21 +0000 | |
commit | 509778b9d4700f49e460f2085c5cf35eed3122dc (patch) | |
tree | a1913fe84c38984849d1cbad53d120b44b1a13a9 | |
parent | 45641e1ec92b5d330e7c8339393816d8ef9e48e6 (diff) |
[DocsUI Search] Add a read/write DocsUI search flag.
The search flag is used to control whether the current or the v2
generation of search functionality is used in DocumentsUI. The flag
will be used in both Java code and XML files. This flag is to replace
use_search_v2, which was read-only.
Test: m DocumentsUIGoogle
Bug: 383412640
Flag: com.android.documentsui.flags.use_search_v2_rw
Change-Id: I9706443f43ccc115726d58356ca42795458f8060
-rw-r--r-- | flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/flags.aconfig b/flags.aconfig index 55ee26b14..6a1742a27 100644 --- a/flags.aconfig +++ b/flags.aconfig @@ -18,6 +18,13 @@ flag { } flag { + name: "use_search_v2_rw" + namespace: "documentsui" + description: "Read/write flag that enables the next generation search functionality." + bug: "383412640" +} + +flag { name: "zip_ng" namespace: "documentsui" description: "Enables the next generation ZIP functionality." |