Set default preference ...
... for MUC notifications to true
This commit is contained in:
parent
0605390144
commit
f20c43d1a2
|
@ -51,6 +51,7 @@
|
||||||
android:title="@string/pref_sound" />
|
android:title="@string/pref_sound" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
|
android:defaultValue="true"
|
||||||
android:dependency="show_notification"
|
android:dependency="show_notification"
|
||||||
android:key="always_notify_in_conference"
|
android:key="always_notify_in_conference"
|
||||||
android:summary="@string/pref_conference_notifications_summary"
|
android:summary="@string/pref_conference_notifications_summary"
|
||||||
|
@ -105,4 +106,4 @@
|
||||||
android:title="@string/pref_never_send_crash" />
|
android:title="@string/pref_never_send_crash" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in a new issue