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

Commit 00503ad9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change MANAGE_EXTERNAL_STORAGE to signature|appop|preinstalled."

parents 881f71a0 08cff4b6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -933,11 +933,10 @@

    <!-- Allows an application a broad access to external storage in scoped storage.
         Intended to be used by few apps that need to manage files on behalf of the users.
         <p>Protection level: signature|appop
         <p>This protection level is temporary and will most likely be changed to |preinstalled -->
         <p>Protection level: signature|appop|preinstalled -->
    <permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
        android:permissionGroup="android.permission-group.UNDEFINED"
        android:protectionLevel="signature|appop" />
        android:protectionLevel="signature|appop|preinstalled" />

    <!-- ====================================================================== -->
    <!-- Permissions for accessing the device location                          -->