summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-03-06 22:08:49 +0100
committerGitHub <noreply@github.com>2023-03-06 22:08:49 +0100
commit6b6753ad84d42bd0cf0b7225241594b694c4f10d (patch)
tree5682865307eb8ca279475db71fd157c47917abf3 /app/src/main/res
parent0b3e6640570ab6b19b00a63c0880801b43c00792 (diff)
downloadAntennaPod-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 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences_playback.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/xml/preferences_playback.xml b/app/src/main/res/xml/preferences_playback.xml
index 832f3cfec..f84ee01df 100644
--- a/app/src/main/res/xml/preferences_playback.xml
+++ b/app/src/main/res/xml/preferences_playback.xml
@@ -28,12 +28,6 @@
android:key="prefPauseForFocusLoss"
android:summary="@string/pref_pausePlaybackForFocusLoss_sum"
android:title="@string/pref_pausePlaybackForFocusLoss_title"/>
- <SwitchPreferenceCompat
- android:defaultValue="true"
- android:enabled="true"
- android:key="prefResumeAfterCall"
- android:summary="@string/pref_resumeAfterCall_sum"
- android:title="@string/pref_resumeAfterCall_title"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/playback_control">