aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-27 16:09:23 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-27 16:09:23 +0100
commitea766d970f340fff7d2395aa2035b2d51d82d6c7 (patch)
treeae49461a01ab313f79a2ac4070a68723cbc88f1e /res/xml
parent592068e7cf06efa4803530e6ae55ea102dd7330c (diff)
crash reporter
Diffstat (limited to 'res/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>