Merge "Copy lockTaskLaunchMode from target activity to its alias." into mnc-dev

This commit is contained in:
Yao Chen
2015-06-10 03:28:28 +00:00
committed by Android (Google) Code Review

View File

@@ -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;