summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorBrian Muramatsu <btmura@google.com>2012-06-14 16:12:29 -0700
committerBrian Muramatsu <btmura@google.com>2012-06-14 16:54:46 -0700
commitba756fa94ae92b5ddd2a9afc44ac0ce0037bd658 (patch)
tree2a41e6838509a9b86d4ef2dbd30af72023b1a0ff /overlay
parent96a017dfd52d4a0c4f035b638f9c4c2478560afd (diff)
Increase backlight from 15 to 20
The display appears to be a bit more stable when going from 5 to 20 than 5 to 15... Bug 6617529 Change-Id: I430fcce0de5647b18013aa4333f7d3e54dabfc8f
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 9d40e98..f8467ef 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -134,7 +134,7 @@
This must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>5</item> <!-- 0-5 -->
- <item>15</item> <!-- 5-15 -->
+ <item>20</item> <!-- 5-15 -->
<item>30</item> <!-- 15-50 -->
<item>40</item> <!-- 50-100 -->
<item>50</item> <!-- 100-200 -->