Revert "Revert "Release PREVENT_BYPASS_KEYGUARD flag""

This reverts commit de1812dc5d.

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
This commit is contained in:
Aaron Liu
2023-04-10 22:04:36 +00:00
parent de1812dc5d
commit 64778b331e

View File

@@ -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