summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2017-06-06 14:34:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-06 14:34:34 +0000
commitd2a17ee65517702c7696bc1031edbb7989a785d8 (patch)
treec60da384a17aa54bd53be8dfd50532589b3f79d9
parent8bf14897b19fd1953d07bfe531ffcc271a516249 (diff)
parentd29f35eb4c95e94533e9d8a99b4c425499c7f65c (diff)
downloadandroid_packages_apps_Gallery2-d2a17ee65517702c7696bc1031edbb7989a785d8.tar.gz
android_packages_apps_Gallery2-d2a17ee65517702c7696bc1031edbb7989a785d8.tar.bz2
android_packages_apps_Gallery2-d2a17ee65517702c7696bc1031edbb7989a785d8.zip
Move <permission> tags to correct parent element am: ba82dd3908
am: d29f35eb4c Change-Id: Icef85c6c1bb2493420301aa33f30f27d8b99bb3a
-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"