Get SQLite database from Android app

Steps from …/platform-tools of Android on cmd:

1) type adb shell

2) run-as com.your.package

3) type ls

cache

databases

lib

You can find Your Database Here…Also You didn’t even have to root the Device

Hope this could helpful for you…

Leave a Comment