Add option to hide thumbnail on lock screen and inside notification

This commit is contained in:
XiangRongLin 2020-11-14 10:01:07 +01:00
parent 57fc0293d9
commit 26d5f2bfe1
5 changed files with 22 additions and 3 deletions

View file

@ -222,6 +222,8 @@
<string name="feed_update_threshold_key" translatable="false">feed_update_threshold_key</string>
<string name="feed_update_threshold_default_value" translatable="false">300</string>
<string name="show_thumbnail_key" translatable="false">show_thumbnail_key</string>
<!-- Values will be localized in runtime -->
<string-array name="feed_update_threshold_options" translatable="false">
<item>@string/feed_update_threshold_option_always_update</item>

View file

@ -681,4 +681,6 @@
<string name="channel_created_by">Created by %s</string>
<string name="video_detail_by">By %s</string>
<string name="playlist_page_summary">Playlist page</string>
<string name="show_thumbnail_title">Show thumbnail</string>
<string name="show_thumbnail_summary">Show thumbnail on lock screen as background and inside notifications</string>
</resources>