Loading core/res/AndroidManifest.xml +10 −0 Original line number Original line Diff line number Diff line Loading @@ -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" Loading Loading
core/res/AndroidManifest.xml +10 −0 Original line number Original line Diff line number Diff line Loading @@ -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" Loading