Merge "SEPolicy: add ro.audio.same_type_multi_device_allowed" into main am: a77f505411
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3551501
Change-Id: I37ca0c7d49062e1585f5d91962e2921c8fa6a5ad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/private/property_contexts b/private/property_contexts
index 029c0a6..e00fa3a 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -481,6 +481,11 @@
# to disable usecase validator for game mode
ro.audio.usecase_validator_enabled u:object_r:audio_config_prop:s0 exact bool
+# Boolean property used in UsbAlsaManager and AudioPolicyManager
+# to decide if multiple audio devices of the same type
+# can be connected to audio system at the same time
+ro.audio.same_type_multi_device_allowed u:object_r:audio_config_prop:s0 exact bool
+
# Boolean property used in UsbAlsaManager to decide if only one or multiple
# USB devices can be connected to audio system at a certain time
ro.audio.multi_usb_mode u:object_r:audio_config_prop:s0 exact bool