diff options
author | 2025-02-18 04:24:54 +0000 | |
---|---|---|
committer | 2025-02-20 18:12:49 -0800 | |
commit | 4d9609371fe44521caab4ed1c04d246c33f187cd (patch) | |
tree | a1da7353d4b3d6554a3c3146c05bc02ae7242e99 /flags.aconfig | |
parent | 3fd4aa0e3616842e36ecd570386b2666779b0fb1 (diff) |
[DocsUI, Search]: Remove old use-search-v2 flag.
We switched to the read-write flag in ag/31790039. The old flag is no
longer needed.
Bug: 383412640
Test: m DocumentsUIGoogle
Flag: com.android.documentsui.flags.use_search_v2_rw
Change-Id: Ib2699c28fe5a34063ffbd30dd9a0d18af72b2678
Diffstat (limited to 'flags.aconfig')
-rw-r--r-- | flags.aconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/flags.aconfig b/flags.aconfig index c4deba628..560d791b4 100644 --- a/flags.aconfig +++ b/flags.aconfig @@ -10,14 +10,6 @@ flag { } flag { - name: "use_search_v2" - namespace: "documentsui" - description: "Enables the next generation search functionality." - bug: "378590312" - is_fixed_read_only: true -} - -flag { name: "use_search_v2_rw" namespace: "documentsui" description: "Read/write flag that enables the next generation search functionality." |