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

Commit e34a388d authored by d34d's avatar d34d Committed by Gerrit Code Review
Browse files

Make MANAGE_DOCUMENTS permission signature|system

This is needed so DownloadManager can query the available storage
providers.

Change-Id: I430141898f4dec473fee518770d0bd822b302664
parent 153611de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1421,7 +1421,7 @@
        android:permissionGroup="android.permission-group.STORAGE"
        android:label="@string/permlab_manageDocs"
        android:description="@string/permdesc_manageDocs"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|system" />

    <!-- ================================== -->
    <!-- Permissions for screenlock         -->