overlay: Disable safe volume everywhere

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.

Change-Id: Iadb3a16d0f4a2b458164fa5c805ec1b448da559b
Reviewed-on: https://review.statixos.com/c/android_vendor_statix/+/4483
Reviewed-by: Anay Wadhera <awadhera@berkeley.edu>
Reviewed-by: Sourajit Karmakar <sourajit@live.com>
Reviewed-by: Filippo Roggi <zzkw35@gmail.com>
Tested-by: Filippo Roggi <zzkw35@gmail.com>
This commit is contained in:
Rusty Bird 2020-04-22 18:28:33 +00:00 committed by Bartłomiej Rudecki
parent 2ecfe29e4f
commit cde030b807
Signed by: przekichane
GPG key ID: 751F23C6F014EF76

View file

@ -171,4 +171,7 @@
<!-- Name of the font family to use in the default lockscreen clock -->
<string name="config_clockFontFamily" translatable="false" />
<!-- Whether safe headphone volume is enabled or not. -->
<bool name="config_safe_media_volume_enabled">false</bool>
</resources>