summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2012-10-30 15:15:05 -0700
committerMartijn Coenen <maco@google.com>2012-10-30 15:18:56 -0700
commit19d8d5447897a7f8f4ee1ac2745639e4c8c1ff8b (patch)
treea224ea7083872b59f47d5178fb118852027511ca /AndroidManifest.xml
parentede67c26e7b2564ea35db6d9b3027a269c150e13 (diff)
downloadandroid_packages_apps_Bluetooth-19d8d5447897a7f8f4ee1ac2745639e4c8c1ff8b.tar.gz
android_packages_apps_Bluetooth-19d8d5447897a7f8f4ee1ac2745639e4c8c1ff8b.tar.bz2
android_packages_apps_Bluetooth-19d8d5447897a7f8f4ee1ac2745639e4c8c1ff8b.zip
Temporarily add GALLERY_PROVIDER permission to fix Beam.
Photo transfers incoming through Android Beam switch processes twice (Gallery->NFC, NFC->Bluetooth), and the permission to access to the Gallery content provider is not transferred. As a short term solution, grant Gallery provider permissions to Bluetooth. Bug: 7433498 Change-Id: Id5915f4a37bec5003a42646162249a0c2c69aa48
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 783c53dd7..f4c0d3b3f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -48,6 +48,8 @@
<uses-permission android:name="android.permission.BLUETOOTH_STACK" />
<uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
<uses-permission android:name="android.permission.MANAGE_USERS"/>
+ <uses-permission android:name="com.google.android.gallery3d.permission.GALLERY_PROVIDER"/>
+ <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"/>
<!-- For PBAP Owner Vcard Info -->
<uses-permission android:name="android.permission.READ_PROFILE"/>