Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c44f1c18 authored by Qinmei Du's avatar Qinmei Du
Browse files

Change the launch mode to singleTop

Test: deployed locally

Bug: 261060321
Change-Id: Icf80026c78085d1b6504eea46d054ab1d8afc665
parent 2a0fb977
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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">