sdm660-common: overlay: Add default configuration
This commit is contained in:
parent
2bf584367a
commit
bccffd2e78
1 changed files with 6 additions and 0 deletions
|
@ -26,5 +26,11 @@
|
|||
|
||||
<!-- 30 seconds for default screen timeout -->
|
||||
<integer name="def_screen_off_timeout">30000</integer>
|
||||
|
||||
<!-- Disable UI touch sounds by default -->
|
||||
<bool name="def_sound_effects_enabled">false</bool>
|
||||
|
||||
<!-- Disable UI touch haptic feedback by default -->
|
||||
<bool name="def_haptic_feedback">false</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue