From 509778b9d4700f49e460f2085c5cf35eed3122dc Mon Sep 17 00:00:00 2001 From: Bo Majewski Date: Thu, 13 Feb 2025 03:25:18 +0000 Subject: [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 --- flags.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flags.aconfig b/flags.aconfig index 55ee26b14..6a1742a27 100644 --- a/flags.aconfig +++ b/flags.aconfig @@ -17,6 +17,13 @@ flag { is_fixed_read_only: true } +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" -- cgit v1.2.3-59-g8ed1b