Loading packages/SystemUI/src/com/android/systemui/flags/Flags.java +4 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.java +4 −1 Original line number Diff line number Diff line Loading @@ -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); Loading