diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e2d4cd892..0e3ffa60c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -227,6 +227,7 @@ <intent-filter> <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/> <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REPLY" /> + <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </receiver> |