Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba82dd39 authored by Alan Viverette's avatar Alan Viverette
Browse files

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
parent 49496305
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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"