New ContentProvider interface
ContentProvider
now requires 'boolean return value'. It's a breaking change, but a user can now cancel a streaming process by returning false
in content provider. This behavior is same as ContentReceiver
.
ContentProvider
now requires 'boolean return value'. It's a breaking change, but a user can now cancel a streaming process by returning false
in content provider. This behavior is same as ContentReceiver
.