summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2017-06-02 10:37:32 -0400
committerAlan Viverette <alanv@google.com>2017-06-05 18:52:33 +0000
commitba82dd39080e298f4c33f9a2a17b883ef4813427 (patch)
tree7f8ba597bb0a3da622e3e5b8d40caafe72434a33
parent49496305fafa26e9a07897b914579adf84a89874 (diff)
downloadandroid_packages_apps_Gallery2-ba82dd39080e298f4c33f9a2a17b883ef4813427.tar.gz
android_packages_apps_Gallery2-ba82dd39080e298f4c33f9a2a17b883ef4813427.tar.bz2
android_packages_apps_Gallery2-ba82dd39080e298f4c33f9a2a17b883ef4813427.zip
Move <permission> tags to correct parent element
AAPT2 is stricter about enforcing correctness, and the permission tags were in the wrong place. Fixes: 62262214 Test: builds with AAPT2 Change-Id: I20fb827f81d9b57404c6c02bdfa27acf3e572c90
-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"