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

Commit 95a57ee0 authored by Nicolas Prevot's avatar Nicolas Prevot Committed by Android Git Automerger
Browse files

am ee02b881: am 6fbf2724: am ae2880a6: am 26b555d4: am d34ecae4: Don\'t set a...

am ee02b881: am 6fbf2724: am ae2880a6: am 26b555d4: am d34ecae4: Don\'t set a null filter to a cross-profile ResolveInfo.

* commit 'ee02b881':
  Don't set a null filter to a cross-profile ResolveInfo.
parents 91b3d8bf ee02b881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4644,7 +4644,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,