how can I copy the folder from /data/data to my pc using adb?
I tried this and this copy only 1 file but I want to copy the whole folder
adb -d shell "run-as com.example.test cat /data/data/com.example.test/databases/data.db" > data.db
how can I copy the folder from /data/data to my pc using adb?
I tried this and this copy only 1 file but I want to copy the whole folder
adb -d shell "run-as com.example.test cat /data/data/com.example.test/databases/data.db" > data.db