I have a SQLite
database that I already created and it has data in it.
Now I just want to attach the database with existing tables and keys without any changes to the Android application and use it.
Most of the samples about SQLite
databases in Android involve creating the database in the application, like this link. But my database file already exists.
After some searching, I found this link about database attachment but it isn't clear and I don't understand where I should put the database file and how to call the attachment query for it.