summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.com>2012-07-02 20:45:26 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-07-02 20:45:26 +0400
commit244cca6d1481563ee44cb88a64138c6ac29f7486 (patch)
tree82cb30e71d67846221780d369ec364b4306fd2bb /core/res
parentea7419c47cc0476a09018a0825ab0d6ddf1aabbf (diff)
parent756f1500aef6bad3b2400db97493934f11547a9e (diff)
downloadframeworks_base-244cca6d1481563ee44cb88a64138c6ac29f7486.zip
frameworks_base-244cca6d1481563ee44cb88a64138c6ac29f7486.tar.gz
frameworks_base-244cca6d1481563ee44cb88a64138c6ac29f7486.tar.bz2
Merge "Battery Light: Add ability to configure (Part 1 of 2)" into ics
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 4185659..a337d14 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -453,6 +453,9 @@
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveBatteryLed">false</bool>
+ <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors -->
+ <bool name="config_multiColorBatteryLed">false</bool>
+
<!-- Default value for LED off time when the battery is low on charge in miliseconds -->
<integer name="config_notificationsBatteryLedOff">2875</integer>