summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2023-04-03 08:36:11 -0700
committer Aaron Liu <aaronjli@google.com> 2023-04-03 12:14:53 -0700
commit30651ca3af98ba3e0917e97c61a032671b0072fb (patch)
tree2229f647eee8a12123673cef3750125046672c35
parent23b8bad369145c5d98d3d2a9ac4cc3b002822383 (diff)
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
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index 1d243f519509..e5d363ef0dd7 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