summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Haijie Hong <hahong@google.com> 2025-01-10 23:45:21 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-01-10 23:45:21 -0800
commitf732bafbfa68aed15179ddc3f7b76378713f75d6 (patch)
tree027fb3bf165ead8ec990c3e5a8625e0ba23a72ef
parentecae5d80bcb219251bbe84bb7baa6a9fe52171b2 (diff)
parent4b1b17399ec946c716e2efa9626cced7507a56ff (diff)
Merge "Add flag to show audio sharing slider in volume panel" into main
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig10
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
+ }
+}