diff options
| author | 2024-10-29 16:42:40 -0400 | |
|---|---|---|
| committer | 2024-10-29 16:42:40 -0400 | |
| commit | f61a94761327b0a2e116ea22eed8c9968fd8815c (patch) | |
| tree | 75dcfa3ee9d4c634b0dc480c9342f7ca3a55bbdb | |
| parent | 4dc1448995f0284bc2d1343bd55fa59b768cf5b9 (diff) | |
Define bugfix flag for home controls HSUM support
Bug: 370691405
Test: N/A
Flag: com.android.systemui.home_controls_dream_hsum
Change-Id: Ib9d12a63912e53115f8f078ba0ad058098c09b8b
| -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" |