Added a "Crash the player" debug option

This commit is contained in:
litetex 2021-09-21 21:01:10 +02:00
parent e632fab4d0
commit 769791af7a
6 changed files with 226 additions and 3 deletions

View file

@ -54,4 +54,13 @@
android:title="@string/crash_the_app"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="false"
android:key="@string/show_crash_the_player_key"
android:summary="@string/show_crash_the_player_summary"
android:title="@string/show_crash_the_player_title"
app:iconSpaceReserved="false" />
</PreferenceScreen>