summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-03-31 22:18:37 +0200
committerGitHub <noreply@github.com>2023-03-31 22:18:37 +0200
commit8c9b61e599df6124e39066b409f62cfed083d849 (patch)
tree85e8bbf97ad3f973db9ef8fcaf7940730b83ca93 /ui
parentd5321a147b26c80423a4c53428be3b6ff3426e0a (diff)
downloadAntennaPod-8c9b61e599df6124e39066b409f62cfed083d849.zip
Remove 'set lockscreen background' setting (#6385)
Users disable the setting and then wonder why other apps (like Android Auto) do not display the cover image, even though it says so in the setting summary.
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index 2a2f7b6d1..fba8b895e 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -485,8 +485,6 @@
<string name="pref_compact_notification_buttons_sum">Change the playback buttons when the notification is collapsed. The play/pause button is always included.</string>
<string name="pref_compact_notification_buttons_dialog_title">Select a maximum of %1$d items</string>
<string name="pref_compact_notification_buttons_dialog_error">You can only select a maximum of %1$d items.</string>
- <string name="pref_lockscreen_background_title">Set Lockscreen Background</string>
- <string name="pref_lockscreen_background_sum">Set the lockscreen background to the current episode\'s image. As a side effect, this will also show the image in third party apps.</string>
<string name="pref_enqueue_location_title">Enqueue Location</string>
<string name="pref_enqueue_location_sum">Add episodes to: %1$s</string>
<string name="enqueue_location_back">Back</string>