diff options
author | Ziyan <jaraidaniel@gmail.com> | 2014-11-28 01:56:55 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-13 00:39:24 +0100 |
commit | 6b324c45bdfea00cbda82db694adb72a2b6d958f (patch) | |
tree | d2420f9bbea6b23047a14894500b2440a0d01464 /overlay | |
parent | 30e1f9aee4630ac4220aab1924eaaae6d3c96fd7 (diff) | |
download | device_samsung_tuna-6b324c45bdfea00cbda82db694adb72a2b6d958f.zip device_samsung_tuna-6b324c45bdfea00cbda82db694adb72a2b6d958f.tar.gz device_samsung_tuna-6b324c45bdfea00cbda82db694adb72a2b6d958f.tar.bz2 |
tuna: enable LED customizations
Depends on http://review.cyanogenmod.org/#/c/78818/
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 15 |
1 files changed, 15 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 51b55d6..c885dc1 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -245,4 +245,19 @@ <!-- Enable WiFi display support --> <bool name="config_enableWifiDisplay">true</bool> + + <!-- CM customizations from now on --> + + <!-- Does the notification LED support multiple colors? + Used to decide if the user can change the colors --> + <bool name="config_multiColorNotificationLed">true</bool> + + <!-- Is the battery LED intrusive? + Used to decide if there should be a disable option --> + <bool name="config_intrusiveBatteryLed">true</bool> + + <!-- Does the battery LED support multiple colors? + Used to decide if the user can change the colors --> + <bool name="config_multiColorBatteryLed">true</bool> + </resources> |