diff options
Diffstat (limited to 'res/xml/notification_light_settings.xml')
-rw-r--r-- | res/xml/notification_light_settings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/notification_light_settings.xml b/res/xml/notification_light_settings.xml index 7c44da7..4737097 100644 --- a/res/xml/notification_light_settings.xml +++ b/res/xml/notification_light_settings.xml @@ -37,6 +37,14 @@ android:key="advanced_section" android:title="@string/notification_light_advanced_title"> + <PreferenceScreen + android:key="notification_light_brightness_level" + android:title="@string/notification_light_brightness" + android:dependency="notification_light_pulse" + settings:keywords="@string/keywords_lights_brightness_level"> + <intent android:action="android.intent.action.SHOW_NOTIFICATION_BRIGHTNESS_DIALOG" /> + </PreferenceScreen> + <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference android:key="notification_light_screen_on_enable" android:title="@string/notification_light_screen_on" |