Error reporting is opt-in

This commit is contained in:
M66B
2019-05-10 10:10:13 +02:00
parent b4069d2d15
commit aab3b4484c
6 changed files with 124 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
};
private final static String[] RESET_QUESTIONS = new String[]{
"show_html_confirmed", "show_images_confirmed", "print_html_confirmed", "edit_ref_confirmed"
"show_html_confirmed", "show_images_confirmed", "print_html_confirmed", "edit_ref_confirmed", "crash_reports_confirmed"
};
@Override