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

Commit cba11856 authored by Fabián Kozynski's avatar Fabián Kozynski Committed by Fabian Kozynski
Browse files

Create flag for QS UI refactor

Flag: ACONFIG com.android.systemui.qs_ui_refactor DISABLED
Test: no test
Bug: 325099249
Change-Id: Ib8a9c6d0044ebc13a95c14971bca802dbffd9306
parent 42910f6b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -628,3 +628,11 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "qs_ui_refactor"
    namespace: "systemui"
    description: "Enables the new QS UI pipeline that follows recommended architecture and uses"
      " Compose for the UI."
    bug: "325099249"
}