summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-25 23:41:51 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-25 23:41:51 +0700
commit8bb709a522fd5f2681783361b8686a9ecccaf47f (patch)
tree8fa70d74beb9b770b19e06e3b17c45241f11b580 /overlay
parenta2f814e52514989f5f8bd795ff603b81095598c2 (diff)
downloaddevice_samsung_aries-common-8bb709a522fd5f2681783361b8686a9ecccaf47f.zip
device_samsung_aries-common-8bb709a522fd5f2681783361b8686a9ecccaf47f.tar.gz
device_samsung_aries-common-8bb709a522fd5f2681783361b8686a9ecccaf47f.tar.bz2
Increase minimum brightness
Our framebuffer doesn't handle brightness that low well
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 389af20..cfd6aa8 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -56,7 +56,7 @@
than the size of the config_autoBrightnessLevels array.
-->
<integer-array name="config_autoBrightnessLcdBacklightValues">
- <item>10</item>
+ <item>20</item>
<item>35</item>
<item>55</item>
<item>70</item>
@@ -169,9 +169,6 @@
<item>7</item>
</integer-array>
- <!-- Minimum screen brightness allowed by the power manager. -->
- <integer name="config_screenBrightnessDim">10</integer>
-
<!-- Boolean indicating whether the wifi chipset has p2p support -->
<bool translatable="false" name="config_wifi_p2p_support">true</bool>