Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
9171e6c9
Commit
9171e6c9
authored
Mar 05, 2012
by
Sébastien Toque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary duplicates (mimeTypes)
parent
3dda6cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vlc-android/AndroidManifest.xml
vlc-android/AndroidManifest.xml
+4
-4
No files found.
vlc-android/AndroidManifest.xml
View file @
9171e6c9
...
...
@@ -71,10 +71,10 @@
<category
android:name=
"android.intent.category.DEFAULT"
/>
<data
android:mimeType=
"video/*"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"http"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"rtsp"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"file"
/>
<data
android:mimeType=
"video/*"
android:scheme=
"mms"
/>
<data
android:scheme=
"http"
/>
<data
android:scheme=
"rtsp"
/>
<data
android:scheme=
"file"
/>
<data
android:scheme=
"mms"
/>
</intent-filter>
</activity>
<activity
...
...
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