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

Commit 420bd8ff authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "Don't install package if it's required to be known" into oc-mr1-dev

am: 57d42ed0

Change-Id: I51cd490d1d2df6ededf26e3f980ad1c21e4b46a0
parents 0fda1ac2 57d42ed0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -11398,6 +11398,10 @@ public class PackageManagerService extends IPackageManager.Stub
                                    + " but expected at " + known.codePathString
                                    + "; ignoring.");
                        }
                    } else {
                        throw new PackageManagerException(INSTALL_FAILED_INVALID_INSTALL_LOCATION,
                                "Application package " + pkg.packageName
                                + " not found; ignoring.");
                    }
                }
            }