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

Commit 32046410 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Fix the incorrect getCallingPid() in the ActivityManagerService" into main

parents 5a5ecc67 2184cf58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20697,7 +20697,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        /** @see Binder#getCallingPid */
        public int getCallingPid() {
            return Binder.getCallingUid();
            return Binder.getCallingPid();
        }
        /** @see Binder#clearCallingIdentity */