summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mady Mellor <madym@google.com> 2024-10-25 15:44:41 -0700
committer Mady Mellor <madym@google.com> 2024-10-25 15:44:41 -0700
commitacfabd282258ab32fdfee1e6230427b67a281b92 (patch)
treea2faac2e3630cc942ce8d5d8e6e880481a756ef7
parentac9181e1293efe56f6e87619593f26bd01949bc5 (diff)
Remove legacy bubble bar flag
Sometimes people are flipping this instead of the aconfig flag which isn't ideal & it seems like there's a crash from FeatureFlagsClassicDebug when this is toggled. Flag: EXEMPT removing obsolete flag Test: make TheFlippinApp; install and check that "bubble bar" isn't visible in classic flags (with other CL) Bug: 374692464 Bug: 256873975 Change-Id: I49b7dd88567d2e9defee08469909ae4f814c9fb3
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index 61832875dc2e..b431636b0e8b 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -255,11 +255,6 @@ object Flags {
val WM_ENABLE_SHELL_TRANSITIONS =
sysPropBooleanFlag("persist.wm.debug.shell_transit", default = true)
- // TODO(b/256873975): Tracking Bug
- @JvmField
- @Keep
- val WM_BUBBLE_BAR = sysPropBooleanFlag("persist.wm.debug.bubble_bar", default = false)
-
// TODO(b/254513207): Tracking Bug to delete
@Keep
@JvmField