Last updated 5 years ago
Was this helpful?
Search for your application @
Copy URL (i.e: )
Paste URL into one of the downloaders or one of your choice:
(recommended!!!!)
list all installed packages:
adb shell pm list packages
display apk path of package:
adb shell pm path com.x.x.x
copy the apk file to your system:
adb pull /data/data/com.x.x.x/app_name.apk