From 3cb5f6087c5136b21bfa5758c1c8ce29f777b238 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 29 Nov 2020 17:59:58 +0100 Subject: [PATCH] Remove empty task affinity By default, all activities of the app share the same task affinity. By setting it to "" for this activity, on launch the splash screen and the home activity are launched as two separate tasks (tested on Android 11). Change-Id: I60e3791017b6c33288d152cf97c5af04ae8979eb --- vector/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml index 894b76df38..3a96ae1644 100644 --- a/vector/src/main/AndroidManifest.xml +++ b/vector/src/main/AndroidManifest.xml @@ -62,7 +62,6 @@