Allow to move installed apk to sdcard

This commit is contained in:
Deve 2017-11-08 22:06:58 +01:00
parent 3baefcd6a7
commit 28f81b2a85

View File

@ -2,7 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.supertuxkart.stk"
android:versionCode="1"
android:versionName="1.0">
android:versionName="1.0"
android:installLocation="auto">
<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name"