From ceabccf60bbda319eba97059fcddb6df52484e45 Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Fri, 9 Dec 2011 12:26:22 -0800 Subject: 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 --- .../frameworks/base/core/res/res/values/config.xml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'overlay') 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 @@ 0 0 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 -- cgit v1.1