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

Commit ece83b0a 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

am: 420bd8ff

Change-Id: I22c1dcf0faf5997f6660a54500ec59ffd6291b2e
parents b21764a5 420bd8ff
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.");
                    }
                }
            }