Hi there , I have an app that only runs on 1 specific tablet. The app uses an sqlite db that is currently included in the apk and accessed via "DBFileDir = DBUtils.CopyDBFromAssets(DBFileName)" .
What I would like to do is to build the database on a desktop and email it to the user as an attachment then have the app copy the new database from the tablets download directory. Is that do-able?
Any hints greatly appreciated.
Rgds
What I would like to do is to build the database on a desktop and email it to the user as an attachment then have the app copy the new database from the tablets download directory. Is that do-able?
Any hints greatly appreciated.
Rgds