New option: Crash Reports.

This commit is contained in:
Alex Ning
2021-04-02 15:21:15 +08:00
parent 12f52ec4fd
commit 2d0aa76d34
9 changed files with 127 additions and 1 deletions

View File

@@ -46,4 +46,8 @@
app:key="restore_settings"
app:title="@string/settings_restore_settings_title" />
<Preference
app:title="@string/settings_crash_reports_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.CrashReportsFragment" />
</PreferenceScreen>