We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48994ce + bcb0255 commit 69b0c97Copy full SHA for 69b0c97
1 file changed
core/java/android/content/pm/ApplicationInfo.java
@@ -554,6 +554,7 @@ public ApplicationInfo(ApplicationInfo orig) {
554
manageSpaceActivityName = orig.manageSpaceActivityName;
555
descriptionRes = orig.descriptionRes;
556
uiOptions = orig.uiOptions;
557
+ backupAgentName = orig.backupAgentName;
558
}
559
560
0 commit comments