From bfdb249682283b377ef3fcc3677c4cd2b9154b35 Mon Sep 17 00:00:00 2001 From: Nitin Shivpure Date: Fri, 6 Jun 2014 15:06:57 +0530 Subject: Bluetooth: Fix to avoid crash while sending deleted file A case where DUT send a file "A" to remote device from download app(which was already deleted it in file explorer app) via bluetooth, file sharing is unsuccessful. Now slide down the status bar, Press bluetooth share item, enter to outbound transfers screen & Press the "Try again" for file "A" on file transfer pop-up box. Bluetooth share application is crashed due to security exception, because it does not have following permission android.permission.MANAGE_DOCUMENTS. So Adding android.permission.MANAGE_DOCUMENTS permission to solve this issue. Change-Id: I1fea7c359edabf0e653a6afbd8fc864cd65c9663 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0e3ffa60c..b5aac4cd8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -59,6 +59,7 @@ + -- cgit v1.2.3