[DO NOT MERGE] Enable Custom LS Clocks in Teamfood am: 702c09a76e

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

Change-Id: I49ded176094a907050a2e4abb2f730c97eba3b07
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hawkwood Glazier
2022-10-21 17:24:25 +00:00
committed by Automerger Merge Worker

View File

@@ -112,7 +112,8 @@ public class Flags {
new ResourceBooleanFlag(205, R.bool.config_enableFaceScanningAnimation); new ResourceBooleanFlag(205, R.bool.config_enableFaceScanningAnimation);
// TODO(b/254512676): Tracking Bug // 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 * Flag to enable the usage of the new bouncer data source. This is a refactor of and