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
This commit is contained in:
Alejandro Nijamkin
2022-08-02 09:55:36 -07:00
parent 5629159dd2
commit f32a6f88f1

View File

@@ -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