xml: change preferred installLocation to external

This commit is contained in:
rafal1137 2020-05-21 01:10:47 +02:00
parent 420857f2ea
commit 563dd269e8

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.etlegacy.app"
android:installLocation="auto"
android:installLocation="preferExternal"
android:versionCode="1"
android:versionName="1.0" >
<!-- OpenGL ES 1.1 -->