sdm660-common: 60 seconds as default screen timeout
Change-Id: I1f5c5cd73fd99c942812dbeba89d975e00f55262
This commit is contained in:
parent
c3ac2b42e2
commit
bb0bee6aec
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
<!-- Default screen brightness, from 0 to 255. 78 is 30%. -->
|
||||
<integer name="def_screen_brightness">78</integer>
|
||||
|
||||
<!-- 60 seconds for default screen timeout -->
|
||||
<integer name="def_screen_off_timeout">60000</integer>
|
||||
|
||||
<!-- Disable UI touch sounds by default -->
|
||||
<bool name="def_sound_effects_enabled">false</bool>
|
||||
|
||||
|
|
Loading…
Reference in a new issue