mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
change android install location to automatic, closes #1997
This commit is contained in:
parent
a501ee355b
commit
e0eff65fc0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user