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:
cosmedd 2021-06-18 08:59:29 +05:30 committed by Omkar Chandorkar
parent 369d24f5ff
commit b427c63ed6
1 changed files with 3 additions and 0 deletions

View File

@ -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>