Skip to content

Commit 6873a81

Browse files
authored
Make app movable to SD card (stealthcopter#72)
Signed-off-by: Atrate <[email protected]>
1 parent 6cf4f5b commit 6873a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.stealthcotper.networktools"
4+
android:installLocation="auto"
45
>
56

67
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)