mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
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:
parent
72407578a0
commit
ce01013f76
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue