Skip to content

Commit 69b0c97

Browse files
Christopher TateAndroid (Google) Code Review
authored andcommitted
Merge "Fix ApplicationInfo copy ctor" into jb-mr1-dev
2 parents 48994ce + bcb0255 commit 69b0c97

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)