Revert "Release PREVENT_BYPASS_KEYGUARD flag"

This reverts commit 30651ca3af.

Reason for revert: broke some cts tests
fixes: 276934137
fixes: 276924513

Change-Id: Ied3b64f21f1423d9275b7ecea06d46508c63a023
This commit is contained in:
Aaron Liu
2023-04-05 00:52:12 +00:00
committed by Android (Google) Code Review
parent 30651ca3af
commit de1812dc5d

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 = releasedFlag(230, "prevent_bypass_keyguard")
val PREVENT_BYPASS_KEYGUARD = unreleasedFlag(230, "prevent_bypass_keyguard", teamfood = true)
/** Whether to use a new data source for intents to run on keyguard dismissal. */
@JvmField