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

Commit 26b555d4 authored by Nicolas Prevot's avatar Nicolas Prevot Committed by Android Git Automerger
Browse files

am d34ecae4: Don\'t set a null filter to a cross-profile ResolveInfo.

* commit 'd34ecae4':
  Don't set a null filter to a cross-profile ResolveInfo.
parents 83d83194 d34ecae4
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,