Hello,
So I have an sqlite db in the streaming assets folder. To access it on Android I would need to copy it to persistent data folder before, however I would prefer to just read it directly, since it is read only.
Maybe I can just read it as an URI from sqlite?
Is this possible? Any advice?
Thank you!