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

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

Merge "Fix launching installer on missing split"

parents 09f05258 40199e3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6295,7 +6295,7 @@ public class PackageManagerService extends IPackageManager.Stub {
            } else {
                final PackageParser.Package pkg = mPackages.get(pkgName);
                if (pkg != null) {
                    result = applyPostResolutionFilter(filterIfNotSystemUser(
                    return applyPostResolutionFilter(filterIfNotSystemUser(
                            mActivities.queryIntentForPackage(
                                    intent, resolvedType, flags, pkg.activities, userId),
                            userId), instantAppPkgName);