Add crash button to debug settings
This commit is contained in:
parent
1f77e00df4
commit
9be970a4c4
4 changed files with 24 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue