Answers for "How to get apk from phone"

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

Code answers related to "How to get apk from phone"

Browse Popular Code Answers by Language