adb shell dumpsys backup adb shell run-as <package> ls -l /data/data/<package>/
A typically refers to one of two things: system backup test apk
: You can manually trigger a backup and restore process using ADB (Android Debug Bridge). adb shell dumpsys backup adb shell run-as <package>