So I know similar questions have been asked but I cannot find something that is for my exact case.
I have an application that creates a database and populates it etc but I have no root access on my device, so here is my problem. I need to populate this database with some values and then import this into my application/device.
If I had root access I could simply go and replace the database in the /data/data/com.my.application/databases folder, but since I do not have root access I need to be able to import this database that I changed into this location and replace the standard one.
Can anyone help me along with some code or an example of how to import a database into this folder? I just need to be able to import and replace the existing one.
Thanks, Wihan