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

Commit fa4248d0 authored by Chandru S's avatar Chandru S
Browse files

Enable face_auth_refactor flag

2 weeks of teamfood are done, with no major issues.


Bug: 262838215
Test: verified flag is on
Change-Id: I95bb6102253ed54dd135520783f27823b0f25d53
parent aef7b742
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