Change the launch mode to singleTop

Test: deployed locally

Bug: 261060321
Change-Id: Icf80026c78085d1b6504eea46d054ab1d8afc665
This commit is contained in:
Qinmei Du
2023-01-09 14:50:19 +00:00
parent 2a0fb977d2
commit c44f1c1880

View File

@@ -32,9 +32,11 @@
android:supportsRtl="true"
android:theme="@style/Theme.CredentialSelector">
<!--TODO: make sure implementing singleTop on NewIntent-->
<activity
android:name=".CredentialSelectorActivity"
android:exported="true"
android:launchMode="singleTop"
android:label="@string/app_name"
android:excludeFromRecents="true"
android:theme="@style/Theme.CredentialSelector">