Skip to content

Instantly share code, notes, and snippets.

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/ff6c7f109c96ead09c3ca53e18e2a531 to your computer and use it in GitHub Desktop.
Save riverfor/ff6c7f109c96ead09c3ca53e18e2a531 to your computer and use it in GitHub Desktop.
import qpy
import androidhelper
droid = androidhelper.Android()
contact = droid.pickContact().result
#ret = droid.pick(contact['data']).result
ret = droid.view(contact['data']).result
print(ret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment