Answers for "get apk from mobile device"

1

get apk from mobile device

adb shell pm list packages
adb shell pm path com.example.someapp
adb pull /data/app/com.example.someapp-2.apk path/to/desired/destination
Posted by: Guest on August-23-2021

Browse Popular Code Answers by Language