OSDN Git Service

Move <permission> tags to correct parent element
authorAlan Viverette <alanv@google.com>
Fri, 2 Jun 2017 14:37:32 +0000 (10:37 -0400)
committerAlan Viverette <alanv@google.com>
Mon, 5 Jun 2017 18:52:33 +0000 (18:52 +0000)
AAPT2 is stricter about enforcing correctness, and the permission tags
were in the wrong place.

Fixes: 62262214
Test: builds with AAPT2
Change-Id: I20fb827f81d9b57404c6c02bdfa27acf3e572c90

AndroidManifest.xml

index 43a2b3f..0263e6d 100644 (file)
             </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"