From 6c379451c0a585e658f3dfa381542aafd2893935 Mon Sep 17 00:00:00 2001 From: darken Date: Wed, 8 Oct 2025 15:32:28 +0200 Subject: [PATCH] Add ear detection limitation notice to reactions settings Explains that single-pod detection is an Apple limitation, not an app bug. Users experiencing this issue will now understand it only affects the "primary pod" (microphone pod) and can be configured in iOS settings. Closes #38, Closes #329 --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/preferences_reactions.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 88a25338..e3cfa03a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -30,6 +30,8 @@ Pause audio when removing the device from your ear. Auto play Start audio playback when device is worn. + Ear detection note + If ear detection only works for one pod, this is an Apple limitation. Only the \"primary pod\" (used for microphone) is detected. Configure on Apple devices: Settings → Bluetooth → AirPods → Microphone. Fake data Show fake data, i.e., simulate devices that don\’t exist. Debug settings diff --git a/app/src/main/res/xml/preferences_reactions.xml b/app/src/main/res/xml/preferences_reactions.xml index d5edffc1..dde0eca1 100644 --- a/app/src/main/res/xml/preferences_reactions.xml +++ b/app/src/main/res/xml/preferences_reactions.xml @@ -21,6 +21,12 @@ android:summary="@string/settings_autopause_description" android:title="@string/settings_autopause_label" /> + +