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

Commit 30651ca3 authored by Aaron Liu's avatar Aaron Liu
Browse files

Release PREVENT_BYPASS_KEYGUARD flag

this will make it so that we ensure that keyguard cannot be dismissed
without being properly authed.

Fixes: 272249570
Bug: 273341787
Test: weeks of user testing dismising the keyguard and authing.
Change-Id: I5a5714fc1276557ccf1522dbdf0c8d80a5959488
parent 23b8bad3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ object Flags {
    /** Whether to inflate the bouncer view on a background thread. */
    // TODO(b/273341787): Tracking Bug
    @JvmField
    val PREVENT_BYPASS_KEYGUARD = unreleasedFlag(230, "prevent_bypass_keyguard", teamfood = true)
    val PREVENT_BYPASS_KEYGUARD = releasedFlag(230, "prevent_bypass_keyguard")

    /** Whether to use a new data source for intents to run on keyguard dismissal. */
    @JvmField