Skip to content

Instantly share code, notes, and snippets.

@cketti
Last active January 7, 2016 07:50
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 cketti/51938e906959e66d7d6d to your computer and use it in GitHub Desktop.
Save cketti/51938e906959e66d7d6d to your computer and use it in GitHub Desktop.
Simple ACTION_SENDTO Intent creation
Intent emailIntent = new Intent(Intent.ACTION_SENDTO);
emailIntent.setData(Uri.parse("mailto:developer@example.com"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment