From e0eff65fc0a807ecabc86194e0888e52cf682100 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 3 Jan 2016 20:31:37 -0300 Subject: [PATCH] change android install location to automatic, closes #1997 --- platform/android/AndroidManifest.xml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template index c95c86c060a..02645aff7fe 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" >