Sfoglia il codice sorgente

change android install location to automatic, closes #1997

Juan Linietsky 9 anni fa
parent
commit
e0eff65fc0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      platform/android/AndroidManifest.xml.template

+ 1 - 1
platform/android/AndroidManifest.xml.template

@@ -3,7 +3,7 @@
 	  package="com.godot.game"
       android:versionCode="1"
       android:versionName="1.0"
-      android:installLocation="preferExternal"
+      android:installLocation="auto"
       >
 <supports-screens android:smallScreens="true"
                       android:normalScreens="true"