I want to use a \"pre loaded\" database in my app. There are tons of questions about this and most point to this blog article here or similars.
So far so good. I jus
I used...
String destPath = getFilesDir().getPath(); destPath = destPath.substring(0, destPath.lastIndexOf("/")) + "/databases";