deb: Increase darkest possible auto-brightness adjustment

A value of 1 is too low and results in backlight turning off when
adjusted even lower with CABC on. Increase it to 2.

Change-Id: Ie657b76192f0c9b6ec48c7a8057973401aad33e6
This commit is contained in:
Zhao Wei Liew 2016-01-07 14:56:36 +02:00 committed by Dave Daynard
parent 72407578a0
commit ce01013f76

View file

@ -109,6 +109,15 @@
The user is forbidden from setting the brightness below this level. -->
<integer name="config_screenBrightnessSettingMinimum">5</integer>
<!-- Minimum allowable screen brightness to use in a very dark room.
This value sets the floor for the darkest possible auto-brightness
adjustment. It is expected to be somewhat less than the first entry in
config_autoBrightnessLcdBacklightValues so as to allow the user to have
some range of adjustment to dim the screen further than usual in very
dark rooms. The contents of the screen must still be clearly visible
in darkness (although they may not be visible in a bright room). -->
<integer name="config_screenBrightnessDark">2</integer>
<!-- The duration (in milliseconds) that the radio will scan for a signal
when there's no network connection. If the scan doesn't timeout, use zero -->
<integer name="config_radioScanningTimeout">9000</integer>