Android ADB access to application databases without root
While Nilhcem’s answer didn’t work for me, it lead me in the right direction (for that I upvoted) and I now have a working solution. Old answer that may not work with newer versions of Android: #Transfer file from app databases directory to PC adb shell $ run-as package.name $ cd ./databases/ $ ls -l … Read more