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

Commit e63509b5 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

PackageSettingBase needs to copy volume UUID.

am: 3b1c6e03

* commit '3b1c6e03':
  PackageSettingBase needs to copy volume UUID.
parents 637d05eb 3b1c6e03
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -239,6 +239,7 @@ abstract class PackageSettingBase extends SettingBase {
        keySetData = base.keySetData;
        verificationInfo = base.verificationInfo;
        installerPackageName = base.installerPackageName;
        volumeUuid = base.volumeUuid;
    }

    private PackageUserState modifyUserState(int userId) {