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

Commit e985a02b authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Do not apply app-link autoVerify policy to instant app installs"

parents 5b0c30fa 05941b39
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -17698,7 +17698,13 @@ public class PackageManagerService extends IPackageManager.Stub
        // TODO: Layering violation
        BackgroundDexOptService.notifyPackageChanged(pkg.packageName);
        if (!instantApp) {
            startIntentFilterVerifications(args.user.getIdentifier(), replace, pkg);
        } else {
            if (DEBUG_DOMAIN_VERIFICATION) {
                Slog.d(TAG, "Not verifying instant app install for app links: " + pkgName);
            }
        }
        try (PackageFreezer freezer = freezePackageForInstall(pkgName, installFlags,
                "installPackageLI")) {