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

Commit 64778b33 authored by Aaron Liu's avatar Aaron Liu
Browse files

Revert "Revert "Release PREVENT_BYPASS_KEYGUARD flag""

This reverts commit de1812dc.

I tested the test with this reverted as well as locally and the test class passes...I'm think it's possible that a teardown from a different test has caused these ones to fail

Change-Id: Idd8a2640f3515b6b5b851bc176f25d19c751408b
Test: tested on https://android-build.googleplex.com/builds/abtd/run/L00100000959784982 and it passes on abtd
Bug: 273341787
parent de1812dc
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