overlay: Disable UI touch sounds by default
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Change-Id: Icfe7e77947cc043bc45ff2adf0cd8c68a22ba75b
This commit is contained in:
parent
369d24f5ff
commit
b427c63ed6
|
@ -18,4 +18,7 @@
|
|||
<!-- Set the automatic brightness mode on by default -->
|
||||
<bool name="def_screen_brightness_automatic_mode">true</bool>
|
||||
|
||||
<!-- Disable UI touch sounds by default -->
|
||||
<bool name="def_sound_effects_enabled">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue