diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-03-31 22:18:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 22:18:37 +0200 |
commit | 8c9b61e599df6124e39066b409f62cfed083d849 (patch) | |
tree | 85e8bbf97ad3f973db9ef8fcaf7940730b83ca93 /app | |
parent | d5321a147b26c80423a4c53428be3b6ff3426e0a (diff) | |
download | AntennaPod-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 'app')
-rw-r--r-- | app/src/main/res/xml/preferences_user_interface.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/xml/preferences_user_interface.xml b/app/src/main/res/xml/preferences_user_interface.xml index ed3f5777a..02d15f6d4 100644 --- a/app/src/main/res/xml/preferences_user_interface.xml +++ b/app/src/main/res/xml/preferences_user_interface.xml @@ -73,12 +73,6 @@ android:key="prefCompactNotificationButtons" android:summary="@string/pref_compact_notification_buttons_sum" android:title="@string/pref_compact_notification_buttons_title"/> - <SwitchPreferenceCompat - android:defaultValue="true" - android:enabled="true" - android:key="prefLockscreenBackground" - android:summary="@string/pref_lockscreen_background_sum" - android:title="@string/pref_lockscreen_background_title"/> </PreferenceCategory> <PreferenceCategory android:title="@string/behavior"> <de.danoeh.antennapod.preferences.MaterialListPreference |