There is problem in understanding the concept.
I am creating a SQLite sample app in android. currently i am using the path /data/data/packname/databases to store the database.
and there is nothing in my assets folder, i want to know how can i copy the database from my internal path in to assets folder.
Reason:- I want to see database files onupgrade().
I found lots of question related that but not satisfied with the answers .
Any Suggestions