summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2011-12-09 12:26:22 -0800
committerTodd Poynor <toddpoynor@google.com>2011-12-09 12:26:22 -0800
commitceabccf60bbda319eba97059fcddb6df52484e45 (patch)
tree70c4a31e64e5bd0c6bed1a256d565a4ddd090d98 /overlay
parent669d17c4de8b8eb111271199d2d4bc27b86a6566 (diff)
downloaddevice_samsung_tuna-ceabccf60bbda319eba97059fcddb6df52484e45.zip
device_samsung_tuna-ceabccf60bbda319eba97059fcddb6df52484e45.tar.gz
device_samsung_tuna-ceabccf60bbda319eba97059fcddb6df52484e45.tar.bz2
tuna: Fix ArrayIndexOutOfBoundsException on autobrightness updates
Expand "keyboard backlight" and "button backlight" tables to match size of new table of ALS values. Change-Id: I491ddf1fddf59c368e23f612f57783a654342c51 Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml28
1 files changed, 28 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 e6cfdae..1af8aad 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -124,6 +124,20 @@
<item>0</item>
<item>0</item>
<item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<!-- Array of output values for keyboard backlight corresponding to the LUX values
@@ -138,6 +152,20 @@
<item>0</item>
<item>0</item>
<item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
+ <item>0</item>
</integer-array>
<!-- Minimum screen brightness allowed by the power manager. -->