I am creating an app, which uses a database, which I created using SQLiteManager. I am trying to use the database in Android Studio 1.2 project. I put the database in res/raw directory. When I deployed the app on my phone and tried contact.fileList() it does not show my database file.
Does anyone know how to refer to it in Android Studio 1.2 and how to load it as a SQLite database?
I searched the web but most of the results are very old and do not work with my project.