[Android] Add minSdk for Chrome build
Geoffrey Métais
git at videolan.org
Mon Oct 26 17:48:33 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Oct 26 16:57:02 2015 +0100| [ee385d6da368554735ad6f1ca8fe217b18caef3e] | committer: Geoffrey Métais
Add minSdk for Chrome build
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ee385d6da368554735ad6f1ca8fe217b18caef3e
---
vlc-android/chrome/AndroidManifest.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/vlc-android/chrome/AndroidManifest.xml b/vlc-android/chrome/AndroidManifest.xml
index b6e0f05..b641b9d 100644
--- a/vlc-android/chrome/AndroidManifest.xml
+++ b/vlc-android/chrome/AndroidManifest.xml
@@ -2,6 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.videolan.vlc" >
+
+ <uses-sdk
+ android:minSdkVersion="19" />
+
<application
android:name="org.videolan.vlc.VLCApplication" >
<activity
More information about the Android
mailing list