Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created May 23, 2016 09:12
Show Gist options
  • Save j796160836/3a168bd9b8c3126df666b44efdbf5c60 to your computer and use it in GitHub Desktop.
Save j796160836/3a168bd9b8c3126df666b44efdbf5c60 to your computer and use it in GitHub Desktop.
Use ADB command to bring up home launcher. (equals home button press)
#!/bin/bash
adb shell am start -c android.intent.category.HOME -a android.intent.action.MAIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment