Loading packages/SystemUI/src/com/android/systemui/flags/Flags.kt +1 −1 Original line number Diff line number Diff line Loading @@ -805,7 +805,7 @@ object Flags { /** Enable haptic slider component in the brightness slider */ @JvmField val HAPTIC_BRIGHTNESS_SLIDER = unreleasedFlag("haptic_brightness_slider") val HAPTIC_BRIGHTNESS_SLIDER = unreleasedFlag("haptic_brightness_slider", teamfood = true) // TODO(b/287205379): Tracking bug @JvmField Loading Loading
packages/SystemUI/src/com/android/systemui/flags/Flags.kt +1 −1 Original line number Diff line number Diff line Loading @@ -805,7 +805,7 @@ object Flags { /** Enable haptic slider component in the brightness slider */ @JvmField val HAPTIC_BRIGHTNESS_SLIDER = unreleasedFlag("haptic_brightness_slider") val HAPTIC_BRIGHTNESS_SLIDER = unreleasedFlag("haptic_brightness_slider", teamfood = true) // TODO(b/287205379): Tracking bug @JvmField Loading