diff options
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index c1f53082..55627d6d 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -98,6 +98,7 @@ <receiver android:name="github.daneren2005.dsub.receiver.BluetoothIntentReceiver">
<intent-filter>
<action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED"/>
+ <action android:name="android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED"/> <!-- API Level 11 -->
</intent-filter>
</receiver>
|