Merge "[Bouncer] Add bouncer feature flag." into tm-qpr-dev am: 8b1afeb365

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19504868

Change-Id: I631ffa797652df295ae9b5810468414113637fd9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Aaron Liu
2022-08-06 02:22:27 +00:00
committed by Automerger Merge Worker

View File

@@ -99,6 +99,12 @@ public class Flags {
public static final BooleanFlag LOCKSCREEN_CUSTOM_CLOCKS = new BooleanFlag(207, false);
/**
* Flag to enable the usage of the new bouncer data source. This is a refactor of and
* eventual replacement of KeyguardBouncer.java.
*/
public static final BooleanFlag MODERN_BOUNCER = new BooleanFlag(208, true);
/***************************************/
// 300 - power menu
public static final BooleanFlag POWER_MENU_LITE =