Answer the question
In order to leave comments, you need to log in
In android it is impossible to create an intent to go to the mail client?
You need to open the mail application by clicking on the button, if there are several of them, give the user the opportunity to select the one you need.
Tried everything, googling the whole google.
The maximum that I have achieved is the opening of the Gmail mail client by default (chooser does not work):
Intent emailIntent = Intent.makeMainSelectorActivity(Intent.ACTION_MAIN, Intent.CATEGORY_APP_EMAIL);
emailIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(Intent.createChooser(emailIntent, ""));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question