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

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

Merge "Added new MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS permission."

parents 5d743435 667baa58
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2849,6 +2849,16 @@
        android:name="android.permission.CLEAR_APP_GRANTED_URI_PERMISSIONS"
        android:name="android.permission.CLEAR_APP_GRANTED_URI_PERMISSIONS"
        android:protectionLevel="signature" />
        android:protectionLevel="signature" />


    <!-- @hide
         Allows an application to change the status of Scoped Access Directory requests granted or
         rejected by the user.
         <p>This permission should <em>only</em> be requested by the platform
         settings app.  This permission cannot be granted to third-party apps.
         <p>Protection level: signature
    -->
    <permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS"
        android:protectionLevel="signature" />

    <!-- @SystemApi Allows an application to delete cache files.
    <!-- @SystemApi Allows an application to delete cache files.
    <p>Not for use by third-party applications. -->
    <p>Not for use by third-party applications. -->
    <permission android:name="android.permission.DELETE_CACHE_FILES"
    <permission android:name="android.permission.DELETE_CACHE_FILES"