[Android] AndroidManifest: re-enable installLocation
Edward Wang
git at videolan.org
Tue Jul 10 22:16:55 CEST 2012
android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Jul 10 16:16:16 2012 -0400| [65e43565e6c9bfb771966f53d7831f6f9814d91a] | committer: Edward Wang
AndroidManifest: re-enable installLocation
Tested on 2.1, 2.2, 4.0
Close #7066
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=65e43565e6c9bfb771966f53d7831f6f9814d91a
---
vlc-android/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 274615d..d17a288 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.videolan.vlc"
+ android:installLocation="auto"
android:versionCode="2"
android:versionName="0.0.2" >
More information about the Android
mailing list