commit | d9160a939862a4ff3fdf97c2c7c686fc11342d8a | [log] [tgz] |
---|---|---|
author | Prince <princedonkor@google.com> | Thu Apr 20 15:16:32 2023 +0000 |
committer | Prince Donkor <princedonkor@google.com> | Thu Apr 20 16:13:59 2023 +0000 |
tree | bb11e46e90b8c18e3aae7bc0abe9e45b8dd077b9 | |
parent | 2b31afee536a347f79d29241757a9fa5d257f4db [diff] |
Enable LOCKSCREEN_WITHOUT_SECURE_LOCK_WHEN_DREAMING for teamfood Test: Device Tested Bug: b/275694445 Change-Id: I9110cc8bbc94553038917e2fe82b0f3ea2079af8
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 29c63bb..54ae950 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -108,7 +108,7 @@ // TODO(b/275694445): Tracking Bug @JvmField - val LOCKSCREEN_WITHOUT_SECURE_LOCK_WHEN_DREAMING = unreleasedFlag(208, + val LOCKSCREEN_WITHOUT_SECURE_LOCK_WHEN_DREAMING = releasedFlag(208, "lockscreen_without_secure_lock_when_dreaming") /**