summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Beverly <beverlyt@google.com> 2022-11-17 19:33:12 +0000
committer Beverly Tai <beverlyt@google.com> 2022-11-17 19:53:07 +0000
commit05e1abc0717ad05988c96dd12f7b0f9acf9b64db (patch)
tree25ad6b700656063ce802ede40c40e0dee87a3eb4
parentea3d17b59def2fdbe3f18d3074b1ca22120d5607 (diff)
Enable active unlock chipbar UI by default
Bug: 256513609 Test: manual Change-Id: I0d3374a161ecb54baa4fa1e2b312f003e05e68e3
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index 81ee578ddf72..2463b0c91d25 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -153,8 +153,8 @@ object Flags {
unreleasedFlag(216, "customizable_lock_screen_quick_affordances", teamfood = false)
/** Shows chipbar UI whenever the device is unlocked by ActiveUnlock (watch). */
- // TODO(b/240196500): Tracking Bug
- @JvmField val ACTIVE_UNLOCK_CHIPBAR = unreleasedFlag(217, "active_unlock_chipbar")
+ // TODO(b/256513609): Tracking Bug
+ @JvmField val ACTIVE_UNLOCK_CHIPBAR = releasedFlag(217, "active_unlock_chipbar")
// 300 - power menu
// TODO(b/254512600): Tracking Bug