I am designing an app in which i need to open an email client on clicking a button. The email client should be opened with a pre-defined subject and ‘to’ address. Is there a way to attain this? Please provide me the solution and a code example if possible…
Share
Goes like this:
Alternatively, you could use IntentFactory.getSendEmailIntent(String mailTo, String mailCC,
String subject, CharSequence body, File attachment).