use external editor, manage permissions

This commit is contained in:
randogoth 2025-02-22 14:29:01 +02:00
parent 05026b3fe2
commit 34580109bb
4 changed files with 117 additions and 14 deletions

View file

@ -3,6 +3,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<application
android:label="muzzlevelocity"
@ -57,5 +58,8 @@
<intent>
<action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION"/>
</intent>
<intent>
<action android:name="android.intent.action.VIEW"/>
</intent>
</queries>
</manifest>