Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
c8ad85d9
Commit
c8ad85d9
authored
Oct 03, 2012
by
Edward Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AndroidManifest: Handle UDP like any other streaming protocol
parent
a3ae9dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vlc-android/AndroidManifest.xml
vlc-android/AndroidManifest.xml
+1
-2
No files found.
vlc-android/AndroidManifest.xml
View file @
c8ad85d9
...
...
@@ -87,6 +87,7 @@
<data
android:scheme=
"mmsh"
/>
<data
android:scheme=
"icyx"
/>
<data
android:scheme=
"httplive"
/>
<data
android:scheme=
"udp"
/>
</intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
...
...
@@ -98,7 +99,6 @@
<data
android:scheme=
"content"
/>
<data
android:scheme=
"http"
/>
<data
android:scheme=
"https"
/>
<data
android:scheme=
"udp"
/>
<data
android:mimeType=
"video/*"
/>
<data
android:mimeType=
"audio/*"
/>
<data
android:mimeType=
"*/rmvb"
/>
...
...
@@ -134,7 +134,6 @@
<data
android:scheme=
"content"
/>
<data
android:scheme=
"http"
/>
<data
android:scheme=
"https"
/>
<data
android:scheme=
"udp"
/>
<data
android:host=
"*"
/>
<!-- video -->
...
...
Write
Preview
Markdown
is supported
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