Skip to content

Commit

Permalink
Don't complain about high media volume
Browse files Browse the repository at this point in the history
Change-Id: I78f2320cc5798d4f1939efc82fa18a623c3694aa
  • Loading branch information
deveee committed Nov 8, 2020
1 parent fcd0d80 commit f070d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -18,6 +18,9 @@
for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<!-- Whether safe headphone volume is enabled or not (country specific). -->
<bool name="config_safe_media_volume_enabled">false</bool>

<!-- Whether camera shutter sound is forced or not (country specific). -->
<bool name="config_camera_sound_forced">false</bool>

Expand Down

0 comments on commit f070d45

Please sign in to comment.