diff options
author | Todd Poynor <toddpoynor@google.com> | 2011-12-09 12:26:22 -0800 |
---|---|---|
committer | Todd Poynor <toddpoynor@google.com> | 2011-12-09 12:26:22 -0800 |
commit | ceabccf60bbda319eba97059fcddb6df52484e45 (patch) | |
tree | 70c4a31e64e5bd0c6bed1a256d565a4ddd090d98 /overlay | |
parent | 669d17c4de8b8eb111271199d2d4bc27b86a6566 (diff) | |
download | device_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.xml | 28 |
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. --> |