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
069c0774
Commit
069c0774
authored
Jan 24, 2012
by
Sébastien Toque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AndroidManifest: declare that we can handle http in a dedicated intent filter
fix open from file browser
parent
f0cd440f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
vlc-android/AndroidManifest.xml
vlc-android/AndroidManifest.xml
+5
-1
No files found.
vlc-android/AndroidManifest.xml
View file @
069c0774
...
...
@@ -48,11 +48,15 @@
android:theme=
"@android:style/Theme.NoTitleBar.Fullscreen"
android:configChanges=
"orientation"
>
<intent-filter>
<data
android:scheme=
"http"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
<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"
/>
</intent-filter>
</activity>
<activity
android:name=
".AudioBrowserActivity"
...
...
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