summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2012-10-30 15:41:00 -0700
committerMangesh Ghiware <mghiware@google.com>2012-10-30 15:41:00 -0700
commit589381bffb30f4f4a84ebe59b9bc3a140153831c (patch)
tree320a38b4e5abe909f3637a867a8bed53c9e8453e /AndroidManifest.xml
parent310db394adcdb8677b9a3d0f37a4abee63bdbb50 (diff)
downloadandroid_packages_apps_Gallery2-589381bffb30f4f4a84ebe59b9bc3a140153831c.tar.gz
android_packages_apps_Gallery2-589381bffb30f4f4a84ebe59b9bc3a140153831c.tar.bz2
android_packages_apps_Gallery2-589381bffb30f4f4a84ebe59b9bc3a140153831c.zip
Change protection level for GALLERY_PROVIDER to signatureOrSystem
Bug: 7433498 Change-Id: I1c5f43ab8b5f5974356b0a50c2d8b643591991b5
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 986f56de5..4ccb22435 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -10,7 +10,7 @@
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="16" />
<permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
- android:protectionLevel="signature" />
+ android:protectionLevel="signatureOrSystem" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />