|
This is a deliberate design decision.
The current "correct" way to use a SQLStore in this case would be to wrap it behind a ContentProvider and use a cursor loader.
We probably should create a "SQLPipe" in the future which will wrap a SQLStore.
Daniel Passos wdyt?
|