From 64778b331e45ed71e433d15a34eaa9845be0e357 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Mon, 10 Apr 2023 22:04:36 +0000 Subject: Revert "Revert "Release PREVENT_BYPASS_KEYGUARD flag"" This reverts commit de1812dc5d7731c4fc4936cc34d8c44e9e02e660. 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 --- 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 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 -- cgit v1.2.3-59-g8ed1b