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

Commit 9da2dc9e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fixes wrong id when granting provider access" into rvc-dev am: d3afc9f1 am: eec9ed09

Change-Id: I996d7185f303efd37943a97465e932f589150f02
parents efaae1f3 eec9ed09
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -7267,10 +7267,8 @@ public class ActivityManagerService extends IActivityManager.Stub
            }
            checkTime(startTime, "getContentProviderImpl: done!");
            grantImplicitAccess(userId, null /*intent*/,
                    UserHandle.getAppId(Binder.getCallingUid()),
                    UserHandle.getAppId(cpi.applicationInfo.uid)
            );
            grantImplicitAccess(userId, null /*intent*/, callingUid,
                    UserHandle.getAppId(cpi.applicationInfo.uid));
        }
        // Wait for the provider to be published...