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

Commit 4ad6ca38 authored by Keun-young Park's avatar Keun-young Park Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14213206

Change-Id: Idac162be24d3d7629182de5dfd44e8e29721e0a6
parents ef4488c8 deb3b21e
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,