Add a feature flag for the udfps keyguard view refactor

Test: builds
Bug: 279440316
Bug: 278719514
Change-Id: Ia65e118313d881fe6c2897893364101f7f43768f
This commit is contained in:
Beverly
2023-04-24 16:02:58 +00:00
committed by Beverly Tai
parent fbe838c7c8
commit 6559f6e622

View File

@@ -222,6 +222,11 @@ object Flags {
val LOCK_SCREEN_LONG_PRESS_DIRECT_TO_WPP =
unreleasedFlag(232, "lock_screen_long_press_directly_opens_wallpaper_picker")
/** Whether to run the new udfps keyguard refactor code. */
// TODO(b/279440316): Tracking bug.
@JvmField
val REFACTOR_UDFPS_KEYGUARD_VIEWS = unreleasedFlag(233, "refactor_udfps_keyguard_views")
/** Provide new auth messages on the bouncer. */
// TODO(b/277961132): Tracking bug.
@JvmField