From 30651ca3af98ba3e0917e97c61a032671b0072fb Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Mon, 3 Apr 2023 08:36:11 -0700 Subject: [PATCH] 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 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 1d243f5195095..e5d363ef0dd7e 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -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