[Android] Update Chrome OS manifest

Geoffrey Métais git at videolan.org
Wed Mar 2 17:19:02 CET 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar  2 15:28:00 2016 +0100| [bf99f6461b3d64a8fa8dc1e40dffe16b1f328ab6] | committer: Geoffrey Métais

Update Chrome OS manifest

> https://code.videolan.org/videolan/vlc-android/commit/bf99f6461b3d64a8fa8dc1e40dffe16b1f328ab6
---

 vlc-android/flavors/chrome/AndroidManifest.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/vlc-android/flavors/chrome/AndroidManifest.xml b/vlc-android/flavors/chrome/AndroidManifest.xml
index 6568245..81a8e18 100644
--- a/vlc-android/flavors/chrome/AndroidManifest.xml
+++ b/vlc-android/flavors/chrome/AndroidManifest.xml
@@ -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>



More information about the Android mailing list