From f1a3dffba27df72b34836a2fb7b0c4a668586faa Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 14 Feb 2020 18:08:34 +0100 Subject: [PATCH] Issue #5194: Reuse Fennec taskAffinity flag. Reusing the same taskAffinity makes sure that we are launching into a potentially already existing task from Fennec. Without that we may spawn a new task and will show up twice in "Recent apps" - with one entry still having a fennec screenshot. --- app/src/migration/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/migration/AndroidManifest.xml b/app/src/migration/AndroidManifest.xml index 7ef7f709e..b89be3825 100644 --- a/app/src/migration/AndroidManifest.xml +++ b/app/src/migration/AndroidManifest.xml @@ -19,10 +19,12 @@ + android:taskAffinity="${applicationId}.BROWSER" + tools:replace="android:targetActivity" />