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

Commit 667baa58 authored by Felipe Leme's avatar Felipe Leme
Browse files

Added new MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS permission.

Test: m update-api
Bug: 63720392

Change-Id: I1c77c94597b98f72e210d3a8e3fe00c12a149b8a
parent 61823f3a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2835,6 +2835,16 @@
        android:name="android.permission.CLEAR_APP_GRANTED_URI_PERMISSIONS"
        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.
    <p>Not for use by third-party applications. -->
    <permission android:name="android.permission.DELETE_CACHE_FILES"