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

Commit 42c32c0c authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Lock down MANAGE_DOCUMENTS permission.

MANAGE_DOCUMENTS is a very broad permission, since it allows full
access to all DocumentsProviders.  DocumentsUI should really be the
only app holding this permission; everyone else should rely on Uri
permission grants for access.

Bug: 12958298
Change-Id: I1def48a4ea1814e031fc8513c3cd051d764cd7f8
parent 65325236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1192,7 +1192,7 @@
        android:permissionGroup="android.permission-group.STORAGE"
        android:label="@string/permlab_manageDocs"
        android:description="@string/permdesc_manageDocs"
        android:protectionLevel="signature|system" />
        android:protectionLevel="signature" />

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