aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorfiaxh <github@lightrise.org>2015-09-20 22:33:42 +0100
committerfiaxh <github@lightrise.org>2015-09-21 18:53:29 +0100
commita3a13dd9dc69280f84b60321388ce4b8f674f012 (patch)
tree1457384852d335bb3ecc0ba83fb650039dc1c7fc /src/main/res/xml/preferences.xml
parent024e697cee47955019d842faa440381e814487b0 (diff)
Export logs to SD card preference
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 6663c22b..c78e9ede 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -170,6 +170,10 @@
android:key="keep_foreground_service"
android:summary="@string/pref_keep_foreground_service_summary"
android:title="@string/pref_keep_foreground_service"/>
+ <eu.siacs.conversations.ui.ExportLogsPreference
+ android:key="export_logs"
+ android:title="@string/pref_export_logs"
+ android:summary="@string/pref_export_logs_summary"/>
</PreferenceCategory>
</PreferenceScreen>