Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66131b7e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add flags for biometrics animation revamp and face auth refactor" into...

Merge "Add flags for biometrics animation revamp and face auth refactor" into tm-qpr-dev am: 16afc53f

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



Change-Id: If8e8baf96f4f13b590a710db30cf2d9650389d3a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 24c3ca15 16afc53f
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -176,6 +176,14 @@ object Flags {
    @JvmField
    @JvmField
    val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = false)
    val LIGHT_REVEAL_MIGRATION = unreleasedFlag(218, "light_reveal_migration", teamfood = false)


    /** 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
    // 300 - power menu
    // TODO(b/254512600): Tracking Bug
    // TODO(b/254512600): Tracking Bug
    @JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")
    @JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")