diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/notification_light_settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/notification_light_settings.xml b/res/xml/notification_light_settings.xml index d11929d..27ecbb0 100644 --- a/res/xml/notification_light_settings.xml +++ b/res/xml/notification_light_settings.xml @@ -25,6 +25,12 @@ android:key="notification_light_pulse" android:title="@string/notification_light_title" /> + <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference + android:key="notification_light_color_auto" + android:title="@string/notification_light_automagic" + android:dependency="notification_light_pulse" + android:defaultValue="true" /> + <com.android.settings.notificationlight.ApplicationLightPreference android:key="default" android:title="@string/notification_light_default_value" |