aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 49b3e580..7339565e 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -55,4 +55,12 @@
android:summary="Use room’s subject to identify Conferences"
android:defaultValue="true"/>
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="Advanced Options">
+ <CheckBoxPreference
+ android:key="never_send"
+ android:title="Never send crash reports"
+ android:summary="By sending in stack traces you are helping the ongoing development of Conversations"
+ android:defaultValue="false"/>
+ </PreferenceCategory>
</PreferenceScreen>