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

Commit 15feefb5 authored by AdrianDC's avatar AdrianDC Committed by LuK1337
Browse files

Gallery2: Properly declare the own permissions



* Rename the permissions because they conflict with Google+ app

Change-Id: I0613752feb8641eb87ed211d52556316f379f72c
Signed-off-by: default avatarAdrianDC <radian.dc@gmail.com>
parent d57f723e
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -29,10 +29,10 @@
    <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
    <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
                android:protectionLevel="signatureOrSystem" />
                android:protectionLevel="signatureOrSystem" />


    <permission android:name="com.android.gallery3d.filtershow.permission.READ"
    <permission android:name="org.codeaurora.gallery.filtershow.permission.READ"
                android:protectionLevel="signature" />
                android:protectionLevel="signature" />


    <permission android:name="com.android.gallery3d.filtershow.permission.WRITE"
    <permission android:name="org.codeaurora.gallery.filtershow.permission.WRITE"
                android:protectionLevel="signature" />
                android:protectionLevel="signature" />


    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -261,8 +261,8 @@
            android:name="com.android.gallery3d.filtershow.provider.SharedImageProvider"
            android:name="com.android.gallery3d.filtershow.provider.SharedImageProvider"
            android:authorities="com.android.gallery3d.filtershow.provider.SharedImageProvider"
            android:authorities="com.android.gallery3d.filtershow.provider.SharedImageProvider"
            android:grantUriPermissions="true"
            android:grantUriPermissions="true"
            android:readPermission="com.android.gallery3d.filtershow.permission.READ"
            android:readPermission="org.codeaurora.gallery.filtershow.permission.READ"
            android:writePermission="com.android.gallery3d.filtershow.permission.WRITE" />
            android:writePermission="org.codeaurora.gallery.filtershow.permission.WRITE" />


        <service
        <service
                android:name="com.android.gallery3d.filtershow.pipeline.ProcessingService"
                android:name="com.android.gallery3d.filtershow.pipeline.ProcessingService"