Working with ADB shell.
ADB — (Android Debug Bridge)
As the name says, its a complete tool for ondevice debugging. It provides access to device data.
- let it be accessing different databases on device those are created by different applications. Imp for accessing data/data directory on Device your device has to be dev rooted.
e.g. for accessing databases on android, One […]
