From 6bc3c6a8aff409da26ef4c18674cde30cea21b77 Mon Sep 17 00:00:00 2001 From: mimi89999 Date: Mon, 15 Dec 2025 16:41:31 +0100 Subject: [PATCH] Separate CredentialProviderActivity into its own task --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a184fec..a4de2fb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -34,6 +34,7 @@ android:name=".CredentialProviderActivity" android:exported="false" android:launchMode="singleTop" + android:taskAffinity=".credential" android:theme="@style/Theme.Authnkey.Transparent" />