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

Commit d5805cf8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exclude the dream cutomization activity from recents."

parents cfb18d58 573715b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -444,7 +444,8 @@ public class DreamBackend {
        }
        final Intent intent = new Intent()
                .setComponent(dreamInfo.settingsComponentName)
                .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                .addFlags(
                        Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
        uiContext.startActivity(intent);
    }