Hi,
For our use case, we’ll have DB dropped in a location on the SD card. I’m able to select this DB by firing a ACTION_GET_CONTENT
intent.
From here, I’d like to open up the DB from that path and query some data from in it. I would like to use Anko SQLite’s ManagedSQLiteOpenHelper
for this.
Is this possible? If not, what’s the right way to handle a situation like this?
Thanks in advance,
Shrayas