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

Commit 12450c72 authored by Esteban Talavera's avatar Esteban Talavera Committed by Android (Google) Code Review
Browse files

Merge "Add cross profile intent in order after intent filter resolution" into lmp-dev

parents 15c56aac 54edd1cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3292,6 +3292,7 @@ public class PackageManagerService extends IPackageManager.Stub {
                        intent, resolvedType, flags, userId);
                if (resolveInfo != null) {
                    result.add(resolveInfo);
                    Collections.sort(result, mResolvePrioritySorter);
                }
                return result;
            }