mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
xml: change preferred installLocation to external
This commit is contained in:
parent
420857f2ea
commit
563dd269e8
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue