Change the launch mode to singleTop
Test: deployed locally Bug: 261060321 Change-Id: Icf80026c78085d1b6504eea46d054ab1d8afc665
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user