diff options
author | kriztan <kriztan@users.noreply.github.com> | 2014-10-19 09:32:49 +0200 |
---|---|---|
committer | kriztan <kriztan@users.noreply.github.com> | 2014-10-19 09:32:49 +0200 |
commit | f20c43d1a2c7988926f5fd2e02ec126a592e0584 (patch) | |
tree | b7214e9a6d16f962dc707b43576ff1a86f1ffff3 /res/xml | |
parent | 0605390144b85dfe3531ad47cfa276f9f5c8ba5b (diff) |
Set default preference ...
... for MUC notifications to true
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/preferences.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index eccc8bae..3bbb7663 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -51,6 +51,7 @@ android:title="@string/pref_sound" /> <CheckBoxPreference + android:defaultValue="true" android:dependency="show_notification" android:key="always_notify_in_conference" android:summary="@string/pref_conference_notifications_summary" @@ -105,4 +106,4 @@ android:title="@string/pref_never_send_crash" /> </PreferenceCategory> -</PreferenceScreen>
\ No newline at end of file +</PreferenceScreen> |