[Android] Allow users to be able to choose where they want the APK installed.
This commit is contained in:
parent
1eb1ba8c3d
commit
8b291b6b57
|
@ -2,7 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.dolphinemu.dolphinemu"
|
||||
android:versionCode="10"
|
||||
android:versionName="0.10" >
|
||||
android:versionName="0.10"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
|
Loading…
Reference in New Issue