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:
parent
2ecfe29e4f
commit
cde030b807
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue