2017-09-03 03:04:18 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:key="general_preferences"
|
|
|
|
android:title="@string/settings_category_history_title">
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/enable_watch_history_key"
|
|
|
|
android:summary="@string/enable_watch_history_summary"
|
|
|
|
android:title="@string/enable_watch_history_title"/>
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/enable_search_history_key"
|
|
|
|
android:summary="@string/enable_search_history_summary"
|
|
|
|
android:title="@string/enable_search_history_title"/>
|
|
|
|
|
2018-03-13 20:25:22 -07:00
|
|
|
<Preference
|
|
|
|
android:key="@string/metadata_cache_wipe_key"
|
|
|
|
android:summary="@string/metadata_cache_wipe_summary"
|
|
|
|
android:title="@string/metadata_cache_wipe_title"/>
|
|
|
|
|
2018-04-28 16:11:37 +02:00
|
|
|
<Preference
|
|
|
|
android:key="@string/clear_views_history_key"
|
|
|
|
android:title="@string/clear_views_history_title"
|
|
|
|
android:summary="@string/clear_views_history_summary"/>
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="@string/clear_search_history_key"
|
|
|
|
android:title="@string/clear_search_history_title"
|
|
|
|
android:summary="@string/clear_search_history_summary"/>
|
|
|
|
|
2017-09-03 03:04:18 -03:00
|
|
|
</PreferenceScreen>
|