[Android] handle vlc protocole with mimetype set

Geoffrey Métais git at videolan.org
Wed Jul 29 12:07:15 CEST 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jul 29 12:06:44 2015 +0200| [c63a58b1d3d9f2c39dbe6c0d5d145c69c7f94473] | committer: Geoffrey Métais

handle vlc protocole with mimetype set

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c63a58b1d3d9f2c39dbe6c0d5d145c69c7f94473
---

 vlc-android/AndroidManifest.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 31fbda8..110d1d9 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -137,6 +137,7 @@
                 <data android:scheme="icyx" />
                 <data android:scheme="httplive" />
                 <data android:scheme="udp" />
+                <data android:scheme="vlc" />
             </intent-filter>
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />



More information about the Android mailing list