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

* commit 'a0d41262d48eb48285bb3a0e71bfc5b7b89be601':
  Copy lockTaskLaunchMode from target activity to its alias.
This commit is contained in:
Yao Chen
2015-06-10 03:36:57 +00:00
committed by Android Git Automerger

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;