[Android] TV: Set main activity as "Singletask"

Geoffrey Métais git at videolan.org
Thu Apr 9 12:23:49 CEST 2020


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Mar 31 16:19:38 2020 +0200| [27a58f5db7fd06218ffe25fa0f68857d94402a4d] | committer: Nicolas Pomepuy

TV: Set main activity as "Singletask"

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

 application/television/src/main/AndroidManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/television/src/main/AndroidManifest.xml b/application/television/src/main/AndroidManifest.xml
index 3b582cf3a..eb67ac599 100644
--- a/application/television/src/main/AndroidManifest.xml
+++ b/application/television/src/main/AndroidManifest.xml
@@ -5,7 +5,7 @@
         <activity
             android:name="org.videolan.television.ui.MainTvActivity"
             android:label="@string/app_name"
-            android:launchMode="singleInstance"
+            android:launchMode="singleTask"
             android:screenOrientation="landscape"
             android:theme="@style/Theme.VLC.TV"
             tools:ignore="LockedOrientationActivity"/>



More information about the Android mailing list