Separate CredentialProviderActivity into its own task

This commit is contained in:
mimi89999
2025-12-15 16:41:31 +01:00
parent d17af1e3d1
commit 6bc3c6a8af

View File

@@ -34,6 +34,7 @@
android:name=".CredentialProviderActivity"
android:exported="false"
android:launchMode="singleTop"
android:taskAffinity=".credential"
android:theme="@style/Theme.Authnkey.Transparent" />
<!-- Credential Provider Service (Android 14+) -->