[Android] Make video player singleTop
Geoffrey Métais
git at videolan.org
Tue May 31 18:27:03 CEST 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue May 31 15:45:51 2016 +0200| [643002a138d674f926d208068aaf2d82af05cc03] | committer: Geoffrey Métais
Make video player singleTop
> https://code.videolan.org/videolan/vlc-android/commit/643002a138d674f926d208068aaf2d82af05cc03
---
vlc-android/AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 7434c62..0c418fe 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -454,7 +454,7 @@
android:name=".gui.video.VideoPlayerActivity"
android:configChanges="orientation|screenSize"
android:exported="true"
- android:launchMode="singleInstance"
+ android:launchMode="singleTop"
android:theme="@style/Theme.VLC.Player" />
<activity
More information about the Android
mailing list