summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2017-06-06 14:25:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-06 14:25:46 +0000
commitd29f35eb4c95e94533e9d8a99b4c425499c7f65c (patch)
treeedb721d750b4ff8c6068976f5f0f0470ff34fde5
parenteee86809398e12c9b9f88bcfbc0716ce798dcac5 (diff)
parentba82dd39080e298f4c33f9a2a17b883ef4813427 (diff)
downloadandroid_packages_apps_Gallery2-d29f35eb4c95e94533e9d8a99b4c425499c7f65c.tar.gz
android_packages_apps_Gallery2-d29f35eb4c95e94533e9d8a99b4c425499c7f65c.tar.bz2
android_packages_apps_Gallery2-d29f35eb4c95e94533e9d8a99b4c425499c7f65c.zip
Move <permission> tags to correct parent element
am: ba82dd3908 Change-Id: I235e92d4a0dca03d86e2e18f4caeed6ce95e211c
-rw-r--r--AndroidManifest.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 43a2b3f61..0263e6d5e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -235,12 +235,6 @@
</intent-filter>
</activity>
- <permission android:name="com.android.gallery3d.filtershow.permission.READ"
- android:protectionLevel="signature" />
-
- <permission android:name="com.android.gallery3d.filtershow.permission.WRITE"
- android:protectionLevel="signature" />
-
<provider
android:name="com.android.gallery3d.filtershow.provider.SharedImageProvider"
android:authorities="com.android.gallery3d.filtershow.provider.SharedImageProvider"