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

Commit 57d42ed0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b7c2d0ab 02cecae0
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.");
                    }
                }
            }