Skip to content

Instantly share code, notes, and snippets.

@riverfor
Created January 30, 2020 09:27
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/5acc8e8d578beb751fef8e5971417844 to your computer and use it in GitHub Desktop.
Save riverfor/5acc8e8d578beb751fef8e5971417844 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.phoneDialNumber(number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment