Merge "Change the launch mode to singleTop"
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