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

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

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

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

* commit '6fbf2724':
  Don't set a null filter to a cross-profile ResolveInfo.
parents 9d758fb0 6fbf2724
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,