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

Commit c79e74dd authored by Bonian Chen's avatar Bonian Chen
Browse files

[Settings] Avoid popup activity get bringup from recent history

A popup dialog is designed to sit on top of an single instance activity.
Although activity might #finish(), but will be restarted due to staying
in the recent history.

Remove it from recent history may allow end user not seeing that UI.

Bug: 202033230
Test: local
Change-Id: Id1d52eefb90d011296495f39b1533a1af68435f1
(cherry picked from commit f81eaeb8)
parent 97a5a690
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4294,6 +4294,7 @@
            android:name=".sim.ChooseSimActivity"
            android:theme="@style/GlifV3Theme.DayNight.NoActionBar"
            android:launchMode="singleInstance"
            android:excludeFromRecents="true"
            android:exported="false"/>

        <activity