Enable Custom LS Clocks in Teamfood

Test: Manual
Bug: 229771520
Change-Id: Ie7862568ae30e686b92016b91af00391120b4448
This commit is contained in:
Hawkwood Glazier
2022-10-20 17:15:14 +00:00
parent a7cc7a5816
commit 32ef0222ef

View File

@@ -112,8 +112,9 @@ public class Flags {
new ResourceBooleanFlag(205, R.bool.config_enableFaceScanningAnimation);
// TODO(b/254512676): Tracking Bug
public static final UnreleasedFlag LOCKSCREEN_CUSTOM_CLOCKS = new UnreleasedFlag(207);
public static final UnreleasedFlag LOCKSCREEN_CUSTOM_CLOCKS =
new UnreleasedFlag(207, /* teamfood = */ true);
/**
* Flag to enable the usage of the new bouncer data source. This is a refactor of and
* eventual replacement of KeyguardBouncer.java.