summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2014-09-14 14:24:45 -0700
committerMichael Wright <michaelwr@google.com>2014-09-14 14:24:45 -0700
commit65978dabe57ac33eeaf9f8c25c0b200fd76730ae (patch)
tree6d3c99ceb39bd9367b5cb4d96580f23dc326ecf7
parent22f4563456425e098765c6f196053acd904a8b17 (diff)
downloadmanta-65978dabe57ac33eeaf9f8c25c0b200fd76730ae.tar.gz
Change minimum possible backlight value to 2.
A backlight value of 1 is equivalent to off. Bug: 17392357 Change-Id: I81a7a10f71a7e0c0203d9ffdb2fd4c2a22980761
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 0b20eba..d14d0c4 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -154,6 +154,15 @@
that can be set by the user. -->
<integer name="config_screenBrightnessDim">2</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>
+
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>