... I am sorry... you said that you are uploading the data...
Why not checking and giving the possibility to user to download the data to the default app data folder before create new data file... ???
//but the question here... is how you uploading the data... if for example you are uploading the sqlite file to google drive or at a ftp... will be super easy...
Yes, I am uploading the data, however, some of the users are not in a good location so sometimes the upload will fail.
There is also possibility of the phone rebooting, losing power, etc.
The data stays on the phone until the upload to the server is complete, and then I remove the data locally.
I mention in my previous post that the users using the apps are elderly and they are not very good with technology. They would not know what to do if I give them the option to select a folder to store the DB file.
I am uploading the data using a simple httpjob and uploading it to my server that runs PHP. I am uploading the entire Sqlite file, once the PHP server gets the file, I have scripts that go through the DB and grab what I need and store it on the server-side.
Since the app does not need to be on the PlayStore and I don't need the latest API version, I was hoping there would be an easier way for me to store the data even if the app is reinstalled.