Hello i had implemented this code Using your own SQLite database in Android applications
It takes my db from assets folder and copy it in databases folder into device. Now how could i get that databse from my device ?
or to get is just possible if my device is rooted or even then it’s can’t be done ?
Thanks.
“currentDBPath” contains the path of the DB. You can copy it as a file and save it some where else using the following steps.
Hope this is what you are looking for.