Quantcast
Channel: Android Email Intent and Linebreaks Howto? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by a54studio for Android Email Intent and Linebreaks Howto?

Force Gmail by this Intent emailIntent = new Intent(Intent.ACTION_VIEW); emailIntent.setClassName("com.google.android.gm", "com.google.android.gm.ComposeActivityGmail"); startActivity(emailIntent); Use...

View Article



Answer by Maulik J for Android Email Intent and Linebreaks Howto?

hi, may b this code will help u out String emailMessage = "<html><body><div align='left'><p>I found this information on Actor Genie and wanted to share it with...

View Article

Android Email Intent and Linebreaks Howto?

I have the following problem: I am sending an email via an intent and in the email I want to have linebreaks. When I try "setType('text/plain')" and use \n's the Email-App doesn't use these, but the...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images