Loading core/java/android/content/ContentProvider.java +0 −3 Original line number Diff line number Diff line Loading @@ -745,9 +745,6 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall if (Binder.getCallingPid() == Process.myPid()) { return PermissionChecker.PERMISSION_GRANTED; } if (!attributionSource.checkCallingUid()) { return PermissionChecker.PERMISSION_HARD_DENIED; } return PermissionChecker.checkPermissionForDataDeliveryFromDataSource(getContext(), permission, -1, new AttributionSource(getContext().getAttributionSource(), attributionSource), /*message*/ null); Loading Loading
core/java/android/content/ContentProvider.java +0 −3 Original line number Diff line number Diff line Loading @@ -745,9 +745,6 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall if (Binder.getCallingPid() == Process.myPid()) { return PermissionChecker.PERMISSION_GRANTED; } if (!attributionSource.checkCallingUid()) { return PermissionChecker.PERMISSION_HARD_DENIED; } return PermissionChecker.checkPermissionForDataDeliveryFromDataSource(getContext(), permission, -1, new AttributionSource(getContext().getAttributionSource(), attributionSource), /*message*/ null); Loading