sdm660-common: overlay: Enable doze auto brightness

Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com>
This commit is contained in:
Marko Man 2019-04-10 19:54:39 +02:00 committed by Max Weffers
parent 2a4d7d6686
commit 5a3b97da89
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -507,6 +507,9 @@
states. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<!-- Allow automatic adjusting of the screen brightness while dozing in low power state. -->
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
<!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>