diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-03-06 22:08:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 22:08:49 +0100 |
commit | 6b6753ad84d42bd0cf0b7225241594b694c4f10d (patch) | |
tree | 5682865307eb8ca279475db71fd157c47917abf3 /ui/i18n/src/main | |
parent | 0b3e6640570ab6b19b00a63c0880801b43c00792 (diff) | |
download | AntennaPod-6b6753ad84d42bd0cf0b7225241594b694c4f10d.zip |
Hide 'reconnect' settings (#6367)
Android 12+ doesn't let us start the foreground service from an event
like "headset reconnected". Hide the corresponding settings and avoid
crashing.
Diffstat (limited to 'ui/i18n/src/main')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 2 |
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 8f38c8b73..f072ea673 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -666,8 +666,6 @@ <string name="choose_data_directory_available_space">%1$s of %2$s free</string> <string name="pref_pausePlaybackForFocusLoss_sum">Pause playback instead of lowering volume when another app wants to play sounds</string> <string name="pref_pausePlaybackForFocusLoss_title">Pause for Interruptions</string> - <string name="pref_resumeAfterCall_sum">Resume playback after a phone call completes</string> - <string name="pref_resumeAfterCall_title">Resume after Call</string> <!-- Online feed view --> <string name="subscribe_label">Subscribe</string> |