I tried to search about adding a database to my android application but all solutions I found create a database at run time and start inserting and selecting from that database.
What I need is to add a database to my android application before run time because my database has data inside so I don't need to create an empty database once the application is run.
Thanks anyway.