[Android] Allow users to be able to choose where they want the APK installed.

This commit is contained in:
Ryan Houdek 2013-08-21 14:35:31 -05:00
parent 1eb1ba8c3d
commit 8b291b6b57
1 changed files with 2 additions and 1 deletions

View File

@ -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"