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

Commit c1605ef4 authored by Chandru S's avatar Chandru S Committed by Android (Google) Code Review
Browse files

Merge "Enable face_auth_refactor flag" into main

parents 511d2267 fa4248d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ object Flags {

    /** Flag to control the migration of face auth to modern architecture. */
    // TODO(b/262838215): Tracking bug
    @JvmField val FACE_AUTH_REFACTOR = unreleasedFlag("face_auth_refactor", teamfood = true)
    @JvmField val FACE_AUTH_REFACTOR = releasedFlag("face_auth_refactor")

    /** Flag to control the revamp of keyguard biometrics progress animation */
    // TODO(b/244313043): Tracking bug