Loading services/core/java/com/android/server/am/ActivityManagerService.java +2 −4 Original line number Diff line number Diff line Loading @@ -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... Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +2 −4 Original line number Diff line number Diff line Loading @@ -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... Loading