Merge pull request #569 from kriztan/patch-1

Set default preference ...
This commit is contained in:
Daniel Gultsch 2014-10-20 09:24:39 +02:00
commit a8a37ec08d

View file

@ -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"