Android Question what is Correct path to db file?

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
What is the correct destination for a db file I'm embedded in my application?

I have a file mydb.db (this is a SQLite file). I copy to File.DirInternal. Ok, everything works but this is the right path? I see that other applications use a folder data/data to allocate the file.

Thank you.
 
Top