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

Commit f621a5b1 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Cross-user provider access no longer requires ..._FULL"

parents ba45bcb3 4451419f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7960,7 +7960,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                checkedGrants = true;
            }
            userId = handleIncomingUser(callingPid, callingUid, userId,
                    false, true, "checkContentProviderPermissionLocked " + cpi.authority, null);
                    false, false, "checkContentProviderPermissionLocked " + cpi.authority, null);
        }
        if (checkComponentPermission(cpi.readPermission, callingPid, callingUid,
                cpi.applicationInfo.uid, cpi.exported)