Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3c9e738 authored by François Degros's avatar François Degros
Browse files

[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
parent a7fc30a1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"
}