Skip to content

Instantly share code, notes, and snippets.

@kbshl
Last active October 15, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/92cd80b02beef868915b to your computer and use it in GitHub Desktop.
Save kbshl/92cd80b02beef868915b to your computer and use it in GitHub Desktop.
Uninstall Android from adb connected device
# start app uninstall intent on device
adb shell am start -a android.intent.action.DELETE -d package:<PACKAGENAME>
# uninstall app instantly from device per cli
adb uninstall <PACKAGENAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment