land: Decrease doze brightness

As our touchscreen driver does not support the
new display states supported by doze, we are unable
to enable these new display states.

This results in the doze brightness being higher
than what is commonly expected of doze.

Hence, lower the doze brightness to the minimum
to reach sane brightness levels, until we get an OSS kernel.

Change-Id: I08d8b11397d9f05b7a035e9842bd9eea520bfb55
This commit is contained in:
Zhao Wei Liew 2016-11-14 11:19:26 +08:00
parent bec5412c5f
commit 3c8370094d

View file

@ -346,7 +346,7 @@
<!-- Screen brightness used to dim the screen while dozing in a very low power state.
May be less than the minimum allowed brightness setting
that can be set by the user. -->
<integer name="config_screenBrightnessDoze">17</integer>
<integer name="config_screenBrightnessDoze">1</integer>
<!-- If true, the doze component is not started until after the screen has been
turned off and the screen off animation has been performed. -->