Make app movable to SD card

Signed-off-by: Atrate <Atrate@protonmail.com>
This commit is contained in:
Atrate 2020-09-14 21:12:07 +02:00 committed by Hardcore Sushi
parent a00e60e2e1
commit 85f5aac441
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="sushi.hardcore.droidfs">
package="sushi.hardcore.droidfs"
android:installLocation="auto">
<permission
android:name="${applicationId}.WRITE_TEMPORARY_STORAGE"
@ -83,4 +84,4 @@
android:writePermission="${applicationId}.WRITE_TEMPORARY_STORAGE" />
</application>
</manifest>
</manifest>