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

Set VideoPLayer as SingleTask

It is more consistent to have a unique video player activity, and it
prevents conflicts between PiP and background modes
parent 90222647
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@
android:supportsPictureInPicture="true"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
android:exported="true"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:theme="@style/Theme.VLC.Player" />
<activity
......
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