Add a setting for the lock screen thumbnail feature

This commit is contained in:
k1rakishou 2019-11-28 21:46:37 +03:00 committed by TobiGr
parent 96976f591d
commit aa10bbcede
5 changed files with 48 additions and 4 deletions

View file

@ -81,6 +81,13 @@
android:summary="@string/show_play_with_kodi_summary"
android:title="@string/show_play_with_kodi_title"/>
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="false"
android:key="@string/enable_lock_screen_video_thumbnail_key"
android:summary="@string/enable_lock_screen_video_thumbnail_summary"
android:title="@string/enable_lock_screen_video_thumbnail_title"/>
</PreferenceCategory>
<PreferenceCategory