Skip to content
Snippets Groups Projects
Commit bf99f646 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Update Chrome OS manifest

parent 86352242
No related branches found
Tags 3.6.0-beta06
No related merge requests found
......@@ -9,10 +9,12 @@
<application
android:name="org.videolan.vlc.VLCApplication" >
<activity
android:name=".gui.video.VideoPlayerActivity"
android:configChanges="orientation|screenSize"
android:theme="@style/Theme.VLC.Player"
tools:node="replace" >
android:name="org.videolan.vlc.StartActivity"
tools:node="replace">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<!-- This filter captures protocols without type info -->
<intent-filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment