Skip to content

Instantly share code, notes, and snippets.

@starkej2
Last active January 12, 2018 16: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 starkej2/563824828ca8bcd20e81887843c9a294 to your computer and use it in GitHub Desktop.
Save starkej2/563824828ca8bcd20e81887843c9a294 to your computer and use it in GitHub Desktop.
# clear app data
adb shell pm clear <app-package-name>
# launch app
adb shell am start -n <app-package-name>/<qualified-launch-activity-class>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment