Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcb02557 authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix ApplicationInfo copy ctor

Need to copy ALL the fields!

Bug 7360899

Change-Id: Ie6ed2d6f41c2efaf793ebf111adc8fa5e8b57d7c
parent a3d5b688
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -554,6 +554,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
        manageSpaceActivityName = orig.manageSpaceActivityName;
        manageSpaceActivityName = orig.manageSpaceActivityName;
        descriptionRes = orig.descriptionRes;
        descriptionRes = orig.descriptionRes;
        uiOptions = orig.uiOptions;
        uiOptions = orig.uiOptions;
        backupAgentName = orig.backupAgentName;
    }
    }