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

Commit 35fc197c authored by Todd Kennedy's avatar Todd Kennedy Committed by Android (Google) Code Review
Browse files

Merge "Copy into ASEC container"

parents 24da7bba 191d771a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11628,7 +11628,7 @@ public class PackageManagerService extends IPackageManager.Stub {
        }
        int copyApk(IMediaContainerService imcs, boolean temp) throws RemoteException {
            if (origin.staged) {
            if (origin.staged && origin.cid != null) {
                if (DEBUG_INSTALL) Slog.d(TAG, origin.cid + " already staged; skipping copy");
                cid = origin.cid;
                setMountPath(PackageHelper.getSdDir(cid));