aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-09-28 16:33:25 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-09-28 16:33:25 +0200
commit87010e6094cc35ece98d3beadbbfbc59ea0a25b3 (patch)
tree08aaa1cbc7a3acab4246e5f516ff8125d99760fd /res/xml/preferences.xml
parentbff23c2e232e8f9a4e64553215130079b7fc5a4f (diff)
more improvments for new notification service
Diffstat (limited to '')
-rw-r--r--res/xml/preferences.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 024335f1..5af789c0 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -52,15 +52,9 @@
<CheckBoxPreference
android:dependency="show_notification"
- android:key="notify_in_conversation_when_highlighted"
+ android:key="always_notify_in_conference"
android:summary="@string/pref_conference_notifications_summary"
android:title="@string/pref_conference_notifications" />
- <CheckBoxPreference
- android:defaultValue="true"
- android:dependency="show_notification"
- android:key="notification_grace_period_after_carbon_received"
- android:summary="@string/pref_notification_grace_period_summary"
- android:title="@string/pref_notification_grace_period" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_ui_options" >
<CheckBoxPreference