Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c95e7e25 authored by Vlad Popa's avatar Vlad Popa Committed by Automerger Merge Worker
Browse files

Merge "CSD: enable/disable sound dose based on mcc" into udc-dev am: 0b58c000

parents a63210aa 0b58c000
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,4 +22,7 @@
    <!-- 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>
+3 −0
Original line number Diff line number Diff line
@@ -22,4 +22,7 @@
    <!-- 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>
+3 −0
Original line number Diff line number Diff line
@@ -22,4 +22,7 @@
    <!-- 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>
+3 −0
Original line number Diff line number Diff line
@@ -22,4 +22,7 @@
    <!-- 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>
+3 −0
Original line number Diff line number Diff line
@@ -22,4 +22,7 @@
    <!-- 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>
Loading