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
This commit is contained in:
Aaron Liu
2023-04-03 08:36:11 -07:00
parent 23b8bad369
commit 30651ca3af

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