Open (g)mail app in android to let users write an email
I use this code to let the users have some sort of "in app" support with me (the developer).
Intent intent = new Intent(Intent.ACTION_SENDTO);
intent.setData(Uri.parse("mailto:youremail@example.com"));
intent.putExtra(android.content.Intent.EXTRA_SUBJECT, "the subject");
startActivity(intent);
Written by jose luis montes
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Android
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#