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

Commit 3cd9b0d5 authored by Nicolas Prevot's avatar Nicolas Prevot Committed by Android (Google) Code Review
Browse files

Merge "Small fix related to cross-profile intents."

parents a5044dcc a29e43a3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3479,8 +3479,7 @@ public class PackageManagerService extends IPackageManager.Stub {
                    ResolveInfo resolveInfo = checkTargetCanHandle(filter, intent, resolvedType,
                            flags, sourceUserId);
                    if (resolveInfo != null) {
                        return createForwardingResolveInfo(
                                filter, sourceUserId, filter.getTargetUserId());
                        return resolveInfo;
                    }
                }
            }