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

Commit 972537c5 authored by Aaron Liu's avatar Aaron Liu
Browse files

Add flag for compose on keyguard.

Bug: 301968149
Test: NONE this just adds the flag. No change in behavior.
Flag: ACONFIG com.android.systemui.enable_keyguard_compose DEVELOPMENT

Change-Id: I32369dc652410ccfc8b647ef03cf4c50fc146391
parent 684fbcb5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -371,3 +371,10 @@ flag {
   description: "Enables notification specific LinearLayout optimization"
   bug: "316110233"
}

flag {
   name: "enable_keyguard_compose"
   namespace: "systemui"
   description: "Enables the compose version of keyguard."
   bug: "301968149"
}