Add crash button to debug settings

This commit is contained in:
Stypox 2021-02-22 21:59:04 +01:00
parent 1f77e00df4
commit 9be970a4c4
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
4 changed files with 24 additions and 5 deletions

View file

@ -29,4 +29,9 @@
android:summary="@string/show_original_time_ago_summary"
android:title="@string/show_original_time_ago_title"
app:iconSpaceReserved="false" />
<Preference
android:key="@string/crash_the_app_key"
android:title="@string/crash_the_app"
app:iconSpaceReserved="false" />
</PreferenceScreen>