summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorNitin Shivpure <nshivpur@codeaurora.org>2013-09-13 19:57:43 +0530
committerLinux Build Service Account <lnxbuild@localhost>2013-10-31 18:59:58 -0600
commitb901d28f7a8dd03a40b42f3150b17163cc98b773 (patch)
tree52ae49c7c4415862c0c782ddd31416eee00e7d3e /AndroidManifest.xml
parent30a4c24bffc959fdf8c047b373ac37d84ac2e64b (diff)
downloadandroid_packages_apps_Bluetooth-b901d28f7a8dd03a40b42f3150b17163cc98b773.tar.gz
android_packages_apps_Bluetooth-b901d28f7a8dd03a40b42f3150b17163cc98b773.tar.bz2
android_packages_apps_Bluetooth-b901d28f7a8dd03a40b42f3150b17163cc98b773.zip
Bluetooth: 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 CRs-Fixed: 501647 (cherry picked from commit 347f740c26f31692c31644f06c1a907795b54d4e) (cherry picked from commit 964f82eb0e87b3293df70236a6bffe218ce782aa) (cherry picked from commit 9eb5b7565c8f44abc0a7e0a085225a6bba38c681)
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 1e53d47fe..cb94028d8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -226,6 +226,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>