summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-01-03 20:31:37 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-01-03 20:31:37 -0300
commite0eff65fc0a807ecabc86194e0888e52cf682100 (patch)
tree61c16082c81c72f59d1f75a3a35314fa42143fb5 /platform/android
parenta501ee355b3dec28be9ec48b8f9d528f38cf4d81 (diff)
change android install location to automatic, closes #1997
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/AndroidManifest.xml.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template
index c95c86c060..02645aff7f 100644
--- a/platform/android/AndroidManifest.xml.template
+++ b/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"