Skip to content

Commit bcb0255

Browse files
author
Christopher Tate
committed
Fix ApplicationInfo copy ctor
Need to copy ALL the fields! Bug 7360899 Change-Id: Ie6ed2d6f41c2efaf793ebf111adc8fa5e8b57d7c
1 parent a3d5b68 commit bcb0255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/content/pm/ApplicationInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ public ApplicationInfo(ApplicationInfo orig) {
554554
manageSpaceActivityName = orig.manageSpaceActivityName;
555555
descriptionRes = orig.descriptionRes;
556556
uiOptions = orig.uiOptions;
557+
backupAgentName = orig.backupAgentName;
557558
}
558559

559560

0 commit comments

Comments
 (0)