ContentProviderHelper icon indicating copy to clipboard operation
ContentProviderHelper copied to clipboard

Use more flexible initial querying strategy

Open Alexander-- opened this issue 8 years ago • 0 comments

Currently ContentProviderHelper completely refuses to interact with provider, if it returns a null Cursors or throws exception in response to initial query. This does not make much sense, because many providers don't consider empty uri (without path) to be valid. It should be possible to manually enter initial uri for each provider.

Alexander-- avatar Feb 01 '17 11:02 Alexander--