Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
2dda5244
Commit
2dda5244
authored
Mar 05, 2012
by
Thomas Clavier
Committed by
Rafaël Carré
Mar 05, 2012
Browse files
handle rtsp and mms URI in addition of http
Signed-off-by:
Rafaël Carré
<
funman@videolan.org
>
parent
c39fac00
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/AndroidManifest.xml
View file @
2dda5244
...
...
@@ -71,15 +71,9 @@
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:mimeType=
"video/*"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"http"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"http"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"rtsp"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"mms"
/>
</intent-filter>
</activity>
<activity
...
...
@@ -115,4 +109,4 @@
</receiver>
</application>
</manifest>
\ No newline at end of file
</manifest>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment