aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-05-05 10:53:07 +0200
committerChristian S <christian@pix-art.de>2016-05-05 10:53:07 +0200
commita78aeea3103a4471039ded45f475c8d6eeab5b62 (patch)
treea5ced52efc1896e1273e98aab9587dbb1a5edc31 /src/main/res/xml
parentf99eb2c1d9baf9688a82bfdb63466c0e0e58fad6 (diff)
set 'manually_change_presence' to true as default in preferences.xml
Diffstat (limited to 'src/main/res/xml')
-rw-r--r--src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index b468363e5..b6bc807b2 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -213,7 +213,7 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_presence_settings">
<CheckBoxPreference
- android:defaultValue="false"
+ android:defaultValue="true"
android:key="manually_change_presence"
android:title="@string/pref_manually_change_presence"
android:summary="@string/pref_manually_change_presence_summary"