From f32a6f88f19f75b121cd225b27f5e35c647fa985 Mon Sep 17 00:00:00 2001 From: Alejandro Nijamkin Date: Tue, 2 Aug 2022 09:55:36 -0700 Subject: [PATCH] KeyguardBottomAreaView: turns on flag for teamfood. Title says it all. Bug: 235403546 Test: Made sure that the feature is enabled while the teamfood flag is enabled and the feature flag itself is disabled using the flag flipping app Change-Id: I1bef5c65fc17bff7c80c8997d823d048cb8c4f19 --- packages/SystemUI/src/com/android/systemui/flags/Flags.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.java b/packages/SystemUI/src/com/android/systemui/flags/Flags.java index 958a2192d1596..b37585fb574ba 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.java +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.java @@ -91,7 +91,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); /***************************************/ // 300 - power menu