summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index dc9216f9..ca2c9fe4 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -187,6 +187,11 @@
android:defaultValue="false"
android:key="transport_debugging"
android:title="@string/transport_debugging" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="enable_crash_reporting"
+ android:title="@string/prefs_enable_crash_reporting" />
+
</PreferenceCategory>
<Preference