aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
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/values
parentc0b3c63f2784b58aaea199c01ee8bef65c3ad97c (diff)
removed global notifications switch
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/defaults.xml1
-rw-r--r--src/main/res/values/strings.xml2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 214dbe642..4867a8e95 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -62,7 +62,6 @@
<integer name="auto_accept_filesize_wifi">10485760</integer>
<integer name="auto_accept_filesize_mobile">524288</integer>
<integer name="auto_accept_filesize_roaming">0</integer>
- <bool name="show_notification">true</bool>
<bool name="vibrate_on_notification">true</bool>
<bool name="led">true</bool>
<string name="notification_ringtone">content://settings/system/notification_sound</string>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 0c05f4f3b..43794ee03 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -107,8 +107,6 @@
<string name="pref_accept_files_summary_mobileroaming">When connected with mobile data in roaming automatically accept files smaller than…</string>
<string name="pref_attachments">Attachments</string>
<string name="pref_notification_settings">Notification</string>
- <string name="pref_notifications">Notifications</string>
- <string name="pref_notifications_summary">Notify when a new message arrives</string>
<string name="pref_vibrate">Vibrate</string>
<string name="pref_vibrate_summary">Vibrate when a new message arrives</string>
<string name="pref_led">LED Notification</string>