Skip to content

Instantly share code, notes, and snippets.

@a11n
Created May 7, 2015 12:09
Show Gist options
  • Save a11n/37da89e69696c72607af to your computer and use it in GitHub Desktop.
Save a11n/37da89e69696c72607af to your computer and use it in GitHub Desktop.
Testing key events in Android
adb shell input text HelloWorld
adb shell input keyevent 4 //KEYCODE_BACK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment