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

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

Merge "Allow ResolverActivity to relinquish task identity"

parents ea4dd446 4993753f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9376,7 +9376,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;