aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-28 21:43:54 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-28 21:43:54 +0200
commit577c507052620c0f726e39a9c2e67fd172d65d2e (patch)
tree115d71f9a54a25612b8125f615c985344e64bb88 /src/main/res/xml/preferences.xml
parent314bc117bff752d98f51be8cd2f82285d32393f1 (diff)
simplified code that invokes the export logs service
Diffstat (limited to '')
-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 e9ca42ef9..c43d2fd88 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -187,7 +187,7 @@
android:summary="@string/pref_send_crash_summary"
android:title="@string/pref_send_crash" />
<PreferenceCategory android:title="@string/pref_export_logs">
- <de.pixart.messenger.ui.ExportLogsPreference
+ <Preference
android:key="export_logs"
android:summary="@string/pref_export_logs_summary"
android:title="@string/pref_export_logs" />