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

Commit c78e7fc6 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Resolve the home intent with MATCH_DEFAULT_ONLY"

parents 19171c18 99b514ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1487,8 +1487,8 @@ class RootWindowContainer extends WindowContainer<DisplayContent>
            } else {
                final String resolvedType =
                        homeIntent.resolveTypeIfNeeded(mService.mContext.getContentResolver());
                final ResolveInfo info = AppGlobals.getPackageManager()
                        .resolveIntent(homeIntent, resolvedType, flags, userId);
                final ResolveInfo info = mTaskSupervisor.resolveIntent(homeIntent, resolvedType,
                        userId, flags, Binder.getCallingUid());
                if (info != null) {
                    aInfo = info.activityInfo;
                }