diff options
| author | 2025-01-10 23:45:21 -0800 | |
|---|---|---|
| committer | 2025-01-10 23:45:21 -0800 | |
| commit | f732bafbfa68aed15179ddc3f7b76378713f75d6 (patch) | |
| tree | 027fb3bf165ead8ec990c3e5a8625e0ba23a72ef | |
| parent | ecae5d80bcb219251bbe84bb7baa6a9fe52171b2 (diff) | |
| parent | 4b1b17399ec946c716e2efa9626cced7507a56ff (diff) | |
Merge "Add flag to show audio sharing slider in volume panel" into main
| -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 ac9c7c8f7838..153f89284587 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1919,3 +1919,13 @@ flag { description: "Special UI treatment for magic actions" bug: "383567383" } + +flag { + name: "show_audio_sharing_slider_in_volume_panel" + namespace: "cross_device_experiences" + description: "Show two sliders in volume panel when audio sharing." + bug: "336183611" + metadata { + purpose: PURPOSE_BUGFIX + } +} |