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

Commit 08502957 authored by oleksii stepanian's avatar oleksii stepanian Committed by Android Git Automerger
Browse files

am 3285efc0: am e6953913: Merge "Send installerUid for verification when using...

am 3285efc0: am e6953913: Merge "Send installerUid for verification when using PackageInstaller." into mnc-dev

* commit '3285efc0':
  Send installerUid for verification when using PackageInstaller.
parents 8685db85 3285efc0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9122,6 +9122,7 @@ public class PackageManagerService extends IPackageManager.Stub {
            String installerPackageName, int installerUid, UserHandle user) {
        final VerificationParams verifParams = new VerificationParams(null, params.originatingUri,
                params.referrerUri, installerUid, null);
        verifParams.setInstallerUid(installerUid);
        final OriginInfo origin;
        if (stagedDir != null) {