Update AndroidManifest.xml

adds the option to select as media management app, so users don't have to give permission every time they want to delete a local file
pull/1033/head
Ulyzzeus 2024-02-05 21:28:06 +01:00 committed by GitHub
parent 55094b7865
commit 4741889c5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_MEDIA" />
<uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
<application
@ -39,4 +40,4 @@
</receiver>
</application>
</manifest>
</manifest>