Skip to content

Instantly share code, notes, and snippets.

@akofman
Last active August 29, 2015 14:06
Show Gist options
  • Save akofman/cffd65e5c0d881c4a356 to your computer and use it in GitHub Desktop.
Save akofman/cffd65e5c0d881c4a356 to your computer and use it in GitHub Desktop.

Kill an application/process on a non-rooted device :

adb shell run-as <package-name> kill <pid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment