hello everyone, I should retrieve a db inside the folder of my app, the saving path is in the internal memory: file.dirInternal "comande.db"
what is the path to find this database through file manager?
Unless you device is rooted you cannot access File.DirInternal. This has copy protection advantages for your data but you have found one disadvantage if you want to access the files yourself.
You can do a file.list to see all folders/files. Please use only dirinternal because Google will be much more restrictive in the future. If you need to move/copy the db, use other methods like uploading the data or sharing it (search for "share" / "intents". Why do you need to access the db's file at all?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.