3

It doesn't seem like I can access and load a sqlite file anywhere outside of the apps "files" folder (i.e. Andorid/Data/my.app/files). Am I missing something? It doesn't seem like SQLite can use a Uri to load a database unless that data is copied to a temp location or something. Is there nowhere my app can use the normal file system other than the apps location?

Thanks.

Jeff Young
  • 113
  • 5
  • read this https://stackoverflow.com/a/66366102/9917404 – Thoriya Prahalad Feb 25 '21 at 09:49
  • @ThoriyaPrahalad That was a temporary workaround back then. It doesn't work anymore, seems like they haven't thought everything through before making drastic changes, as always. – M D P Jul 17 '21 at 16:10

1 Answers1

-1

You can write your file for instance in the Documents directory.

blackapps
  • 8,011
  • 2
  • 11
  • 25