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

Commit 4451419f authored by Makoto Onuki's avatar Makoto Onuki
Browse files

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

Now only INTERACT_ACROSS_USERS is required.

Change-Id: If5bdbfb055d9d57a3180885f2aea652b889e7705
parent 9eb38a6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7945,7 +7945,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)