diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-11-07 19:14:16 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-11-07 19:14:16 -0800 |
commit | 4fe6420d112ce31ba9df4d7652c1b01cd0a533a6 (patch) | |
tree | b55012351dcbcb51e009fa2acfd9167ec1491fbe | |
parent | 92d986a10e1e4e0579a0552bb6d4c5be883128fc (diff) | |
download | dsub-4fe6420d112ce31ba9df4d7652c1b01cd0a533a6.tar.gz dsub-4fe6420d112ce31ba9df4d7652c1b01cd0a533a6.tar.bz2 dsub-4fe6420d112ce31ba9df4d7652c1b01cd0a533a6.zip |
Added additional bluetooth event detection
-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>
|