Get APK from Phone¶
adb shell pm list packages
adb shell pm path ${package_name} # without the 'package:' prefix
adb pull ${package_path} # without the 'package:' prefix
adb shell pm list packages
adb shell pm path ${package_name} # without the 'package:' prefix
adb pull ${package_path} # without the 'package:' prefix