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

Commit deb3b21e authored by Keun-young Park's avatar Keun-young Park Committed by Android (Google) Code Review
Browse files

Merge "Use caller's user id for recent caller info" into sc-dev

parents 577c2d88 699cbd98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3039,7 +3039,7 @@ public final class ActiveServices {
            try {
                r.mRecentCallerApplicationInfo =
                        mAm.mContext.getPackageManager().getApplicationInfoAsUser(callingPackage,
                                0, userId);
                                0, UserHandle.getUserId(callingUid));
            } catch (PackageManager.NameNotFoundException e) {
            }
            if (!mAm.validateAssociationAllowedLocked(callingPackage, callingUid, r.packageName,