Pull & Patch
Pull apk from android
Package name

play.google.com/store/apps/details?id=com.<REDACTED>&hl=en_IN
The above bold text is our app package name which we want to pull from our android.
Another way to list packages is
Adb devices
Make sure that you have ADB installed, up and running
Pull apk from android
This will return as path of APK where it's stored in our android,
Patch apk
First way - objection (automatic)
Dependencies -
sudo apt install zipalign apksigner -y
Last updated