Skip to content

Instantly share code, notes, and snippets.

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