Show Notifications for Group Messages

This commit is contained in:
Torsten Grote
2016-11-07 13:43:17 -02:00
parent fbcf334941
commit 81d341374d
8 changed files with 193 additions and 13 deletions

View File

@@ -63,6 +63,12 @@
android:persistent="false"
android:title="@string/notify_private_messages_setting"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="pref_key_notify_group_messages"
android:persistent="false"
android:title="@string/notify_group_messages_setting"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="pref_key_notify_forum_posts"