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

Commit 0514c285 authored by Mangesh Ghiware's avatar Mangesh Ghiware Committed by Android Git Automerger
Browse files

am 589381bf: Change protection level for GALLERY_PROVIDER to signatureOrSystem

* commit '589381bf':
  Change protection level for GALLERY_PROVIDER to signatureOrSystem
parents 3245b90f 589381bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="16" />

    <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
            android:protectionLevel="signature" />
            android:protectionLevel="signatureOrSystem" />

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />