Skip to content

Instantly share code, notes, and snippets.

@riverfor
Last active January 30, 2020 09:26
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 riverfor/18a25acb5febf42319a9a6b1d451028d to your computer and use it in GitHub Desktop.
Save riverfor/18a25acb5febf42319a9a6b1d451028d to your computer and use it in GitHub Desktop.
from androidhelper import Android
droid = Android()
number = droid.dialogGetInput("Phone Number", "Input the phone number you want to send hello").result
droid.smsSend(number,"hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment