From 8b291b6b57e6e69e223992b78122d88c6c116df4 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Wed, 21 Aug 2013 14:35:31 -0500 Subject: [PATCH] [Android] Allow users to be able to choose where they want the APK installed. --- Source/Android/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml index 5744af828c..7a06b366f7 100644 --- a/Source/Android/AndroidManifest.xml +++ b/Source/Android/AndroidManifest.xml @@ -2,7 +2,8 @@ + android:versionName="0.10" + android:installLocation="auto">