summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAdrianDC <radian.dc@gmail.com>2015-11-12 14:01:58 +0100
committerAdnan Begovic <adnan@cyngn.com>2015-11-16 11:52:08 -0800
commiteeef647fe68714d843bf2bb7c39251c89f62f172 (patch)
treeb98f61b2a374ea5b230c5e78ff86fa2eb28f4d15 /res/xml
parente0eac298ca46ee5fef7dca5d6d126c8cb4b5ac42 (diff)
downloadpackages_apps_Settings-eeef647fe68714d843bf2bb7c39251c89f62f172.zip
packages_apps_Settings-eeef647fe68714d843bf2bb7c39251c89f62f172.tar.gz
packages_apps_Settings-eeef647fe68714d843bf2bb7c39251c89f62f172.tar.bz2
Multiple LEDs [2/3]: Illumination Bars support
Implement the support of a multiple LEDs settings. The setting is deactivated by default and will be ignored by the unimplemented phones. Current LibLights will simply not use the new variable. Changes includes : frameworks/base hardware/libhardware packages/apps/Settings Change-Id: I5531093cd0543d7730a8c3f83c0aebb3678436d5 Signed-off-by: AdrianDC <radian.dc@gmail.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/notification_light_settings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/notification_light_settings.xml b/res/xml/notification_light_settings.xml
index 4737097..94600a3 100644
--- a/res/xml/notification_light_settings.xml
+++ b/res/xml/notification_light_settings.xml
@@ -46,6 +46,11 @@
</PreferenceScreen>
<com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
+ android:key="notification_light_multiple_leds_enable"
+ android:title="@string/notification_light_use_multiple_leds"
+ android:dependency="notification_light_pulse" />
+
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="notification_light_screen_on_enable"
android:title="@string/notification_light_screen_on"
android:dependency="notification_light_pulse" />