[Android] Remove video player specific task affinity
Geoffrey Métais
git at videolan.org
Wed Nov 8 12:05:45 CET 2017
vlc-android | branch: 2.5.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov 8 11:48:46 2017 +0100| [72f7a2f0dda2f124c2563a1a2fe53e4ee27ece8d] | committer: Geoffrey Métais
Remove video player specific task affinity
(cherry picked from commit e2eaed93579781b11664569dd9f5c2a025a14a7b)
> https://code.videolan.org/videolan/vlc-android/commit/72f7a2f0dda2f124c2563a1a2fe53e4ee27ece8d
---
vlc-android/AndroidManifest.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index df54753ab..69b01e247 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -464,7 +464,6 @@
android:name=".gui.video.VideoPlayerActivity"
android:resizeableActivity="true"
android:finishOnTaskLaunch="true"
- android:taskAffinity="vlc.player"
android:supportsPictureInPicture="true"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
android:exported="true"
More information about the Android
mailing list