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

Commit 56427b2a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

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

Change-Id: I2347970d6f1ea6ef5811dccad5228b61dc63b58a
parents c9a784fc ee990920
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -7279,10 +7279,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...