[Android] Make VideoPlayer singleInstance
Geoffrey Métais
git at videolan.org
Mon May 23 17:29:35 CEST 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon May 23 17:25:12 2016 +0200| [9f23d17fb7231f8bdfc790f20602843227159cbe] | committer: Geoffrey Métais
Make VideoPlayer singleInstance
> https://code.videolan.org/videolan/vlc-android/commit/9f23d17fb7231f8bdfc790f20602843227159cbe
---
vlc-android/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 6be82bd..863d0af 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -454,6 +454,7 @@
android:name=".gui.video.VideoPlayerActivity"
android:configChanges="orientation|screenSize"
android:exported="true"
+ android:launchMode="singleInstance"
android:theme="@style/Theme.VLC.Player" />
<activity
More information about the Android
mailing list