diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 227878975114..ea854f937bf2 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1566,6 +1566,16 @@ flag { } flag { + name: "home_controls_dream_hsum" + namespace: "systemui" + description: "Enables the home controls dream in HSUM" + bug: "370691405" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "only_show_media_stream_slider_in_single_volume_mode" namespace: "systemui" description: "When the device is in single volume mode, only show media stream slider and hide all other stream (e.g. call, notification, alarm, etc) sliders in volume panel" |