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

Commit a56a9e2d authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Use the calling uid, not app id"

parents 69449100 9c4226f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5615,7 +5615,7 @@ public class ActivityManagerService extends IActivityManager.Stub
    int checkCallingPermission(String permission) {
        return checkPermission(permission,
                Binder.getCallingPid(),
                UserHandle.getAppId(Binder.getCallingUid()));
                Binder.getCallingUid());
    }
    /**