Merge "KeyguardBottomAreaView: turns on flag for teamfood." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-08-02 22:38:41 +00:00
committed by Android (Google) Code Review

View File

@@ -92,7 +92,10 @@ public class Flags {
* Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old * Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old
* one. * 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); public static final BooleanFlag LOCKSCREEN_CUSTOM_CLOCKS = new BooleanFlag(207, false);