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

Commit 597ad3fb authored by Yao Chen's avatar Yao Chen
Browse files

Copy lockTaskLaunchMode from target activity to its alias.

Bug: 21675800
Change-Id: I518f71d57b0a113797fb3879b776cc7142351218
parent 3b7f9615
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3357,6 +3357,7 @@ public class PackageParser {
        info.labelRes = target.info.labelRes;
        info.nonLocalizedLabel = target.info.nonLocalizedLabel;
        info.launchMode = target.info.launchMode;
        info.lockTaskLaunchMode = target.info.lockTaskLaunchMode;
        info.processName = target.info.processName;
        if (info.descriptionRes == 0) {
            info.descriptionRes = target.info.descriptionRes;