Merge "KeyguardBottomAreaView: turns on flag for teamfood." into tm-qpr-dev am: 0010c812a3
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19499750 Change-Id: I233b5bdbc2bc28a300a99b4795a7e533cadb7a28 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -92,7 +92,10 @@ public class Flags {
|
||||
* Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old
|
||||
* one.
|
||||
*/
|
||||
public static final BooleanFlag MODERN_BOTTOM_AREA = new BooleanFlag(206, false);
|
||||
public static final BooleanFlag MODERN_BOTTOM_AREA = new BooleanFlag(
|
||||
206,
|
||||
/* default= */ false,
|
||||
/* teamfood= */ true);
|
||||
|
||||
public static final BooleanFlag LOCKSCREEN_CUSTOM_CLOCKS = new BooleanFlag(207, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user