Merge "CSD: Set the default csd property to false" into udc-dev
This commit is contained in:
@@ -22,7 +22,4 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_mcc_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -22,7 +22,4 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -2957,8 +2957,13 @@
|
||||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">true</bool>
|
||||
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not (country specific). -->
|
||||
<bool name="config_safe_sound_dosage_enabled">true</bool>
|
||||
<!-- Whether safe headphone sound dosage warning is enabled or not
|
||||
(country specific). This value should only be overlaid to true
|
||||
when a vendor supports offload and has the HAL sound dose
|
||||
interfaces implemented. Otherwise, this can lead to a compliance
|
||||
issue with the safe hearing standards EN50332-3 and IEC62368-1.
|
||||
-->
|
||||
<bool name="config_safe_sound_dosage_enabled">false</bool>
|
||||
|
||||
<!-- Whether safe headphone volume warning dialog is disabled on Vol+ (operator specific). -->
|
||||
<bool name="config_safe_media_disable_on_volume_up">true</bool>
|
||||
|
||||
Reference in New Issue
Block a user