[Android] Remove video player specific task affinity

Geoffrey Métais git at videolan.org
Wed Nov 8 12:03:39 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov  8 11:48:46 2017 +0100| [e2eaed93579781b11664569dd9f5c2a025a14a7b] | committer: Geoffrey Métais

Remove video player specific task affinity

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

 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