Skip to content

New ContentProvider interface

Compare
Choose a tag to compare
@yhirose yhirose released this 14 May 02:58
· 854 commits to master since this release

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.