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

Commit ab529ab9 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "RESTRICT AUTOMERGE - Allow ResolverActivity to relinquish task identity" into sc-v2-dev

parents fcfd7e1a 674aed9f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15355,7 +15355,8 @@ public class PackageManagerService extends IPackageManager.Stub
                    mResolveActivity.processName = "system:ui";
                    mResolveActivity.launchMode = ActivityInfo.LAUNCH_MULTIPLE;
                    mResolveActivity.documentLaunchMode = ActivityInfo.DOCUMENT_LAUNCH_NEVER;
                    mResolveActivity.flags = ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS;
                    mResolveActivity.flags = ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS
                            | ActivityInfo.FLAG_RELINQUISH_TASK_IDENTITY;
                    mResolveActivity.theme = R.style.Theme_Material_Dialog_Alert;
                    mResolveActivity.exported = true;
                    mResolveActivity.enabled = true;