Hello, I would like your help if there is a possibility to open a .db database (instead of creating the file) by android studio using sqlite.
I already created a .db data file with the data and played inside the device folder (data / data ... etc), the database will only serve for query, I imagine it to be in the OnCreate method of the SQLiteOpenHelper class that I can open the bank, but I have no idea how.