Merge "SEPolicy: add ro.audio.same_type_multi_device_allowed" into main
diff --git a/private/property_contexts b/private/property_contexts
index ef2a788..aa863c5 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -479,6 +479,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