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

Commit d34ecae4 authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Don't set a null filter to a cross-profile ResolveInfo.

ResolverActivity expects the filter not to be null.

BUG:23395395
Change-Id: Ie7081daba1ad138b1a3903ef9dd1b649806c8d0e
parent 2bf7b98a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4626,7 +4626,7 @@ public class PackageManagerService extends IPackageManager.Stub {
            if (result == null) {
                result = new CrossProfileDomainInfo();
                result.resolveInfo =
                        createForwardingResolveInfo(null, sourceUserId, parentUserId);
                        createForwardingResolveInfo(new IntentFilter(), sourceUserId, parentUserId);
                result.bestDomainVerificationStatus = status;
            } else {
                result.bestDomainVerificationStatus = bestDomainVerificationStatus(status,