diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-04-09 21:48:06 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-04-09 21:48:06 +0200 |
commit | 83fab0650880873f0fb77697acc4c5102ad5f166 (patch) | |
tree | e81c33a76ca3eb8899efea695078c38a7c45afde /src/main/res/xml/preferences.xml | |
parent | 4652541b61df5490d04cfa9efe57acd0612b3bc5 (diff) |
introduced setting to turn of notification led
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index f505baf7..e4b29856 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -79,7 +79,12 @@ android:key="vibrate_on_notification" android:summary="@string/pref_vibrate_summary" android:title="@string/pref_vibrate"/> - + <CheckBoxPreference + android:defaultValue="true" + android:dependency="show_notification" + android:key="led" + android:title="@string/pref_led" + android:summary="@string/pref_led_summary"/> <RingtonePreference android:defaultValue="content://settings/system/notification_sound" android:dependency="show_notification" |