sdm660-common: overlay: Set brightness & screen timeout defaults
This commit is contained in:
parent
5a3b97da89
commit
2bf584367a
1 changed files with 6 additions and 0 deletions
|
@ -21,4 +21,10 @@
|
||||||
<!-- Set the automatic brightness mode on by default -->
|
<!-- Set the automatic brightness mode on by default -->
|
||||||
<bool name="def_screen_brightness_automatic_mode">true</bool>
|
<bool name="def_screen_brightness_automatic_mode">true</bool>
|
||||||
|
|
||||||
|
<!-- Default screen brightness, from 0 to 255. 78 is 30%. -->
|
||||||
|
<integer name="def_screen_brightness">78</integer>
|
||||||
|
|
||||||
|
<!-- 30 seconds for default screen timeout -->
|
||||||
|
<integer name="def_screen_off_timeout">30000</integer>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue