瀏覽代碼

change android install location to automatic, closes #1997

Juan Linietsky 9 年之前
父節點
當前提交
e0eff65fc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/android/AndroidManifest.xml.template

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

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