Skip to content

Commit

Permalink
Change backlight values (thanks kra1o5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Apr 2, 2013
1 parent d789b13 commit 60a9f34
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions overlay/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -142,11 +142,11 @@
Must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessLevels">
<item>100</item>
<item>200</item>
<item>400</item>
<item>1000</item>
<item>3000</item>
<item>225</item>
<item>320</item>
<item>1280</item>
<item>2600</item>
<item>10240</item>
</integer-array>

<!-- Minimum screen brightness allowed by the power manager. -->
Expand All @@ -157,11 +157,11 @@
than the size of the config_autoBrightnessLevels array.
This must be overridden in platform specific overlays -->
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>30</item>
<item>55</item>
<item>150</item>
<item>150</item>
<item>150</item>
<item>20</item>
<item>50</item>
<item>80</item>
<item>145</item>
<item>200</item>
<item>255</item>
</integer-array>

Expand All @@ -176,7 +176,7 @@
<integer-array name="config_autoBrightnessButtonBacklightValues">
<item>255</item>
<item>255</item>
<item>0</item>
<item>255</item>
<item>0</item>
<item>0</item>
<item>0</item>
Expand Down

0 comments on commit 60a9f34

Please sign in to comment.