mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
Revert "xml: change preferred installLocation to external"
This reverts commit 563dd269e8
.
This commit is contained in:
parent
d5ad6dc558
commit
4693de554b
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="preferExternal"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
<!-- OpenGL ES 1.1 -->
|
||||
|
|
Loading…
Reference in a new issue