Getting APK from a Device
adb shell pm list packages -3
To list all third party packages name
adb shell pm path <package_name>
To get the path of the required package
adb pull <path_to_apk>
To get the apk to your local computer
Last updated
Was this helpful?