aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-13 17:43:55 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-13 17:44:01 +0200
commit4f6f962330ad51ad19dfae27c6a872440ab375b4 (patch)
tree89565cdf103235404fd540fb869a16f30e117924 /src/main/res/xml/preferences.xml
parentc0b3c63f2784b58aaea199c01ee8bef65c3ad97c (diff)
removed global notifications switch
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 73d817782..d6241a5ff 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -86,18 +86,11 @@
android:value="notifications" />
</intent>
<CheckBoxPreference
- android:defaultValue="@bool/show_notification"
- android:key="show_notification"
- android:summary="@string/pref_notifications_summary"
- android:title="@string/pref_notifications" />
- <CheckBoxPreference
android:defaultValue="@bool/headsup_notifications"
- android:dependency="show_notification"
android:key="notification_headsup"
android:summary="@string/pref_headsup_notifications_summary"
android:title="@string/pref_headsup_notifications" />
<PreferenceScreen
- android:dependency="show_notification"
android:key="quiet_hours"
android:summary="@string/pref_quiet_hours_summary"
android:title="@string/title_pref_quiet_hours">
@@ -129,31 +122,26 @@
</PreferenceScreen>
<CheckBoxPreference
android:defaultValue="@bool/vibrate_on_notification"
- android:dependency="show_notification"
android:key="vibrate_on_notification"
android:summary="@string/pref_vibrate_summary"
android:title="@string/pref_vibrate" />
<CheckBoxPreference
android:defaultValue="@bool/led"
- android:dependency="show_notification"
android:key="led"
android:summary="@string/pref_led_summary"
android:title="@string/pref_led" />
<RingtonePreference
android:defaultValue="@string/notification_ringtone"
- android:dependency="show_notification"
android:key="notification_ringtone"
android:ringtoneType="notification"
android:summary="@string/pref_sound_summary"
android:title="@string/pref_sound" />
<CheckBoxPreference
android:defaultValue="@bool/notifications_from_strangers"
- android:dependency="show_notification"
android:key="notifications_from_strangers"
android:summary="@string/pref_notifications_from_strangers_summary"
android:title="@string/pref_notifications_from_strangers" />
<PreferenceScreen
- android:dependency="show_notification"
android:key="more_notification_settings"
android:summary="@string/pref_more_notification_settings_summary"
android:title="@string/pref_more_notification_settings">