From 0a88ab9da745dcff810fef00a8a1ab14448ba14e Mon Sep 17 00:00:00 2001 From: Chandru S Date: Fri, 16 Dec 2022 09:23:15 +0000 Subject: [PATCH] Add flags for biometrics animation revamp and face auth refactor Bug: 244313043 Bug: 262838215 Test: NA Change-Id: I7c496ac9fdd7482a538001e04ee4469e851e6591 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index e9b32e7b409db..c089889900f45 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -181,6 +181,14 @@ object Flags { // TODO(b/260619425): Tracking Bug @JvmField val MODERN_ALTERNATE_BOUNCER = unreleasedFlag(219, "modern_alternate_bouncer") + /** Flag to control the migration of face auth to modern architecture. */ + // TODO(b/262838215): Tracking bug + @JvmField val FACE_AUTH_REFACTOR = unreleasedFlag(220, "face_auth_refactor") + + /** Flag to control the revamp of keyguard biometrics progress animation */ + // TODO(b/244313043): Tracking bug + @JvmField val BIOMETRICS_ANIMATION_REVAMP = unreleasedFlag(221, "biometrics_animation_revamp") + // 300 - power menu // TODO(b/254512600): Tracking Bug @JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")