How can I create database in SD external storage

0

I would like to create the database directly in the file system directory where the internal files of my application are saved and access them with getFilesDir() .

I am faced with the problem that when the database is created within the project and I make a backup then I can not restore it because I do not have root access.

Would it be possible to do this ?. What would the code look like to tell the creator of the sqlite database to create this in the route I want?

I hope I have explained myself clearly and I hope you can help me.

Thanks in advance.

    
asked by user3737118 17.11.2018 в 19:12
source

0 answers