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
Ewout ter Hoeven
VLC-Android
Commits
ef083519
Commit
ef083519
authored
Jun 20, 2012
by
Jean-Baptiste Kempf
Browse files
Support more protocols
parent
d964ff85
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/AndroidManifest.xml
View file @
ef083519
...
...
@@ -28,7 +28,6 @@
android:theme=
"@android:style/Theme.NoTitleBar"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
...
...
@@ -69,15 +68,19 @@
android:theme=
"@android:style/Theme.NoTitleBar.Fullscreen"
>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:mimeType=
"video/*"
/>
<data
android:mimeType=
"audio/*"
/>
<data
android:scheme=
"http"
/>
<data
android:scheme=
"icyx"
/>
<data
android:scheme=
"https"
/>
<data
android:scheme=
"rtp"
/>
<data
android:scheme=
"rtsp"
/>
<data
android:scheme=
"rtmp"
/>
<data
android:scheme=
"file"
/>
<data
android:scheme=
"mms"
/>
<data
android:scheme=
"mmsh"
/>
</intent-filter>
</activity>
<activity
...
...
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