summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2014-05-08 12:45:38 +0530
committerHemant Gupta <hemantg@codeaurora.org>2014-06-29 12:23:25 +0530
commit4216387d9887926cebd652f8d3807d780642fc87 (patch)
tree2b240c5bf7e6f172f7f3ad07a86eda5190a4ea26 /AndroidManifest.xml
parent8f5a4787761ebdaa852c0b5d7c7b89c339e140b8 (diff)
downloadandroid_packages_apps_Bluetooth-4216387d9887926cebd652f8d3807d780642fc87.tar.gz
android_packages_apps_Bluetooth-4216387d9887926cebd652f8d3807d780642fc87.tar.bz2
android_packages_apps_Bluetooth-4216387d9887926cebd652f8d3807d780642fc87.zip
PBAP: Remove the PBAP pop up in various scenarios
-If ACL is disconnected by remote device OR DUT(unbond from the DUT) before accepting incoming authorization request for PBAP connection. PBAP authorization pop up should be removed. - If authorization is cancelled due to USER_TIMEOUT(30 second), then PBAP authorization pop up should be removed. Change-Id: I0a69f23c7882a43de9fe207c84926de91713c79b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
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>