overlay: Set default screen brightness

Extracted from stock.

Change-Id: I8a5e2c8717c145e66aaa0e926ceefc7e117b04c2
This commit is contained in:
Michael Bestas 2021-11-22 18:33:50 +02:00
parent b108d12870
commit 49d4da4c3f
No known key found for this signature in database

View file

@ -17,6 +17,8 @@
*/
-->
<resources>
<!-- Default screen brightness, from 0 to 255. 102 is 40%. -->
<integer name="def_screen_brightness">82</integer>
<!-- Set the automatic brightness mode on by default -->
<bool name="def_screen_brightness_automatic_mode">true</bool>
</resources>