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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user