diff options
author | Christian S <christian@pix-art.de> | 2015-09-26 21:50:28 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2015-09-26 21:50:28 +0200 |
commit | bd166170a7fee007a7db672904bccdb7bd92bb62 (patch) | |
tree | 857e80b79e829c9d16866b5e5046ba5f8873f1d1 /src/main/res/xml | |
parent | a2f93d019aa50725a8fdb4a6186b8f5cdd4f20ba (diff) | |
parent | 5a5e0e7121d2c068db33c70e1f26475e42ca7ade (diff) |
copy commits
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 7b976967c..91abaf4e5 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> |