User can disable crash reporting.

This commit is contained in:
Pierre HUBERT
2018-08-06 15:20:18 +02:00
parent 84bc2f1fd4
commit 5d1d7fe5c3
3 changed files with 16 additions and 5 deletions

View File

@ -16,4 +16,11 @@
android:title="@string/preference_debug_mode_title"
android:summary="@string/preference_debug_mode_summary" />
<!-- Enable or disable crash reporting -->
<SwitchPreference
android:defaultValue="true"
android:key="enable_crash_reporting"
android:title="@string/preference_crash_reporting_title"
android:summary="@string/preference_crash_reporting_summary"/>
</PreferenceScreen>