diff options
author | Christian S <christian@pix-art.de> | 2016-04-03 21:51:05 +0200 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-04-03 21:51:05 +0200 |
commit | f732f85cd2a0c2103642d66d45bb0a44f636b33c (patch) | |
tree | 6dc085405d7caccdd20d50285d5a45fc49a78127 /src/main | |
parent | a4bfaaaf3f3208a6a5ea1d4aae8a0aead67f91a1 (diff) |
set sending crash reports to true as default
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 6abd88750..734656a84 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -246,7 +246,7 @@ </PreferenceCategory> </PreferenceScreen> <CheckBoxPreference - android:defaultValue="true" + android:defaultValue="false" android:key="never_send" android:summary="@string/pref_never_send_crash_summary" android:title="@string/pref_never_send_crash"/> |