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" />
+
+