The path where is located the File.Sqlite in Cellphone

Hi, I have a doubt with respect when I boundle a file in the app, is it posible to change the path where these file are storage? For example I have in my .unoproject

“Includes”: [
",
"
.js:Bundle”,
“file.sqlite:Bundle”
],

the file.sqlite is the data storage in my app and I would like to have access to this file in the cellphone but this file is located in a folder that is not visible for the user because it’s in folder of the O.S. and the only way that I’ve seen is to root my cellphone, but I don’t want to root my cellphone.

Someone can give an idea or explain me how to get the file.sqlite file from the cellphone.

regards

You will want to extract the file from the bundle using FuseJS/Bundle to FileSystem and work with it there.