I am kindof at witts end on this.
I have an app that uses a SQLITE database, and i just want allow the user to back it up somewhere.
I would love to put it on the root of the SD card, however, whatever i try doesnt work. it only allows me to copy to the sandboxed area (IE: sdcard/android/your app id/files etc)
The problem with this, is if the customer deletes and re-installs the app, deleting the app removes that directory and backups are lost.
I am SO open to any idea on how to handle this. Im sure there are others out there that have to backup.
frustrating because the app is all finished except for this.
I have an app that uses a SQLITE database, and i just want allow the user to back it up somewhere.
I would love to put it on the root of the SD card, however, whatever i try doesnt work. it only allows me to copy to the sandboxed area (IE: sdcard/android/your app id/files etc)
The problem with this, is if the customer deletes and re-installs the app, deleting the app removes that directory and backups are lost.
I am SO open to any idea on how to handle this. Im sure there are others out there that have to backup.
frustrating because the app is all finished except for this.