 |
Send e-mail programmatically from your Android app without Intents
Introduction On Android it’s pretty easy to direct the user to the e-mail app from your own app by using the following snippet: Intent emailIntent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts( "mailto","abc@gmail.com", null)); emailIntent.putExtra(Int
www.tiemenschut.com |
 |