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

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

Small fix related to cross-profile intents.

Change-Id: Ie489d1f83fd23190ffdc1e1abb4f0cfffebeac8d
parent aeb0ed74
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;
                    }
                }
            }