ContentProviderHelper
ContentProviderHelper copied to clipboard
Use more flexible initial querying strategy
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.