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

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

PackageSettingBase needs to copy volume UUID. am: 3b1c6e03 am: e63509b5

am: 12d2e98f

* commit '12d2e98f':
  PackageSettingBase needs to copy volume UUID.
parents 07c6628d 12d2e98f
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) {