summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-26 21:13:39 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-26 21:13:39 +0700
commit82aa70e3ecee1901413186047de1a3e865ea9169 (patch)
treee0e721614186f7f3b164a846616577c3a474946d /overlay
parentae5393e4349fe392d4d39f9b600461ea57f510ad (diff)
downloaddevice_samsung_aries-common-82aa70e3ecee1901413186047de1a3e865ea9169.zip
device_samsung_aries-common-82aa70e3ecee1901413186047de1a3e865ea9169.tar.gz
device_samsung_aries-common-82aa70e3ecee1901413186047de1a3e865ea9169.tar.bz2
Revert "Increase minimum brightness"
This reverts commit 8bb709a522fd5f2681783361b8686a9ecccaf47f. We now use herring's framebuffer which does not have this problem
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 4 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 cfd6aa8..389af20 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>20</item>
+ <item>10</item>
<item>35</item>
<item>55</item>
<item>70</item>
@@ -169,6 +169,9 @@
<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>