aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2019-07-07 21:21:12 +0200
committersteckbrief <steckbrief@chefmail.de>2019-07-07 21:21:12 +0200
commit08244e218a3cd08bb1abd1be31776510eee5da6a (patch)
treeb73568cc711268eeaa1b7485c63ec53a2efcbd02 /src/main/res/xml/preferences.xml
parent77fb7577ee2a637abf6ff151f3b87a273aff7877 (diff)
implements FS#282: In-App Logcat View; introduces piratx application implementation to access the appcontext in a static way
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index d8dd6c89e..580889d8f 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -465,5 +465,8 @@
android:icon="?attr/ic_settings_about"
android:summary="@string/pref_about_conversations_summary"
android:title="@string/title_activity_about" />
+ <de.thedevstack.piratx.ui.preferences.LogInformationPreference
+ android:summary="@string/pref_show_logcat_summary"
+ android:title="@string/pref_show_logcat_title"/>
</PreferenceScreen>