aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-02-22 20:36:05 +0100
committerAndreas Blaesius <skate4life@gmx.de>2015-02-23 22:34:04 +0100
commit5f690a4014bc7120618a71038fca5bb63625115c (patch)
tree550522f89b3b9465ae8bde729dd95c9721f93ee4
parent891799e00f17987b890b5f71aa308eb76ca74ce3 (diff)
downloaddevice_samsung_espresso3g-5f690a4014bc7120618a71038fca5bb63625115c.zip
device_samsung_espresso3g-5f690a4014bc7120618a71038fca5bb63625115c.tar.gz
device_samsung_espresso3g-5f690a4014bc7120618a71038fca5bb63625115c.tar.bz2
P51XX: set config_screenBrightnessDark
Some user turn off brightness completely and wonder why they can't see anything after that. Set config_screenBrightnessDark to 5, the display will be dark enought on the darkest possible brightness adjustment, but the user still can see everything on it. Change-Id: Iadfb691be4ccfd7f5952971018f9f9c39a8b4ec3
-rw-r--r--common-overlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/common-overlay/frameworks/base/core/res/res/values/config.xml b/common-overlay/frameworks/base/core/res/res/values/config.xml
index fcca2b9..54631e3 100644
--- a/common-overlay/frameworks/base/core/res/res/values/config.xml
+++ b/common-overlay/frameworks/base/core/res/res/values/config.xml
@@ -127,6 +127,15 @@ s This integer should equal the sum of the corresponding value for each
that can be set by the user. -->
<integer name="config_screenBrightnessDim">20</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">5</integer>
+
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
The N entries of this array define N + 1 control points as follows:
(1-based arrays)