2018-02-20 13:45:12 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 18:24:02 +00:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-08 23:33:35 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-02-20 13:45:12 +00:00
|
|
|
android:key="general_preferences"
|
|
|
|
android:title="@string/settings_category_debug_title">
|
|
|
|
|
2020-08-27 20:55:57 +00:00
|
|
|
<SwitchPreferenceCompat
|
2018-02-20 13:45:12 +00:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/allow_heap_dumping_key"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:summary="@string/enable_leak_canary_summary"
|
2020-09-19 16:01:51 +00:00
|
|
|
android:title="@string/leakcanary"
|
2021-08-21 12:21:55 +00:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 18:24:02 +00:00
|
|
|
app:iconSpaceReserved="false" />
|
2018-02-20 13:45:12 +00:00
|
|
|
|
2020-10-07 10:56:22 +00:00
|
|
|
<Preference
|
|
|
|
android:key="@string/show_memory_leaks_key"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:title="@string/show_memory_leaks"
|
2021-08-21 16:49:12 +00:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 18:24:02 +00:00
|
|
|
app:iconSpaceReserved="false" />
|
2020-10-07 10:56:22 +00:00
|
|
|
|
2020-08-27 20:55:57 +00:00
|
|
|
<SwitchPreferenceCompat
|
2018-02-21 18:42:54 +00:00
|
|
|
android:defaultValue="false"
|
2018-02-21 06:35:25 +00:00
|
|
|
android:key="@string/allow_disposed_exceptions_key"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:summary="@string/enable_disposed_exceptions_summary"
|
2018-02-21 06:35:25 +00:00
|
|
|
android:title="@string/enable_disposed_exceptions_title"
|
2021-08-21 12:21:55 +00:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 18:24:02 +00:00
|
|
|
app:iconSpaceReserved="false" />
|
2019-10-28 04:20:06 +00:00
|
|
|
|
2020-08-27 20:55:57 +00:00
|
|
|
<SwitchPreferenceCompat
|
2019-10-28 04:20:06 +00:00
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/show_original_time_ago_key"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:summary="@string/show_original_time_ago_summary"
|
2019-10-28 04:20:06 +00:00
|
|
|
android:title="@string/show_original_time_ago_title"
|
2021-08-21 12:21:55 +00:00
|
|
|
app:singleLineTitle="false"
|
2020-10-09 18:24:02 +00:00
|
|
|
app:iconSpaceReserved="false" />
|
2021-02-22 20:59:04 +00:00
|
|
|
|
2021-05-14 10:05:52 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/disable_media_tunneling_key"
|
|
|
|
android:summary="@string/disable_media_tunneling_summary"
|
|
|
|
android:title="@string/disable_media_tunneling_title"
|
2021-08-21 12:21:55 +00:00
|
|
|
app:singleLineTitle="false"
|
2021-05-14 10:05:52 +00:00
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
2021-03-27 13:59:24 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/show_image_indicators_key"
|
|
|
|
android:summary="@string/show_image_indicators_summary"
|
|
|
|
android:title="@string/show_image_indicators_title"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
2021-11-23 19:16:01 +00:00
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/report_player_errors_key"
|
|
|
|
android:summary="@string/report_player_errors_summary"
|
|
|
|
android:title="@string/report_player_errors_title"
|
|
|
|
app:singleLineTitle="false"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
2021-02-22 20:59:04 +00:00
|
|
|
<Preference
|
|
|
|
android:key="@string/crash_the_app_key"
|
|
|
|
android:title="@string/crash_the_app"
|
2021-08-21 16:49:12 +00:00
|
|
|
app:singleLineTitle="false"
|
2021-02-22 20:59:04 +00:00
|
|
|
app:iconSpaceReserved="false" />
|
2021-09-21 19:01:10 +00:00
|
|
|
|
|
|
|
<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" />
|
2018-02-20 13:45:12 +00:00
|
|
|
</PreferenceScreen>
|