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

Commit 16999794 authored by Qinmei Du's avatar Qinmei Du Committed by Android (Google) Code Review
Browse files

Merge "Change the launch mode to singleTop"

parents d42b2922 c44f1c18
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">