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

Commit 6df6dd6e authored by George Lin's avatar George Lin
Browse files

Created flag for new customization picker UI

Created the new flag new_customization_picker_ui so that more projects
like Launcher, can use this flag.

Test: Build success
Bug: 339081035
Flag: com.android.systemui.shared.new_customization_picker_ui
Change-Id: I32cdb1946807119ecab64d83e6b80ffd0b79a21d
parent fd0186df
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -55,3 +55,10 @@ flag {
    description: "Allow the Assistant corner swipe gesture while in 3 button mode"
    bug: "361651619"
}

flag {
    name: "new_customization_picker_ui"
    namespace: "systemui"
    description: "Enables the BC25 design of the customization picker UI."
    bug: "339081035"
}