I have been developing android application using SQLite database. Unfortunately all content of my database got deleted by me. but I have a database backup. is there any possible ways to use my database?
Asked
Active
Viewed 93 times
0
-
you can replace that db to ur current db – PankajAndroid Mar 25 '14 at 04:58
-
please explain how to replace db – user3382635 Mar 25 '14 at 05:01
-
copy your database to data/data/your packagename/databases/ ,when your application start – Gracker Mar 25 '14 at 05:02
-
how to use copied database again – user3382635 Mar 25 '14 at 05:06
1 Answers
0
two ways is there
1) Access the phone internal storage to push in SQLite database file

Community
- 1
- 1

harikrishnan
- 1,985
- 4
- 32
- 63