Skip to content

Commit

Permalink
core/config: disable safe volume everywhere, not just the US
Browse files Browse the repository at this point in the history
Safe Volume has many false alarms. And if overridden by the user, at
every 20 hours of accumulated(!) audio playback it will intentionally
reset - even while the audio is playing. This can ruin the listening
experience, and ironically pose a safety hazard when e.g. the user is
operating a vehicle...

AOSP already opted out of Safe Volume in the overlays for Mobile Country
Code 310-316 (= US). Make this universal.

Signed-off-by: Rusty Bird <[email protected]>
  • Loading branch information
rustybird authored and muhomorr committed Dec 6, 2024
1 parent 10ded47 commit 958a29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@

<!-- Whether safe headphone hearing is enforced by any regulation (e.g.
EN50332-3, EN50332-2) or not (country specific). -->
<bool name="config_safe_media_volume_enabled">true</bool>
<bool name="config_safe_media_volume_enabled">false</bool>

<!-- Whether safe headphone sound dosage warning is enabled or not.
This value should only be overlaid to true when a vendor supports
Expand Down

0 comments on commit 958a29e

Please sign in to comment.