When I want to send some text with an email client on the device, is it possible to see what email client (e.g. Gmail or Yahoo mail) has been chosen before I set the email text in the intent?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, no. When you launch the chooser intent, it’s up to the user to decide where to go/what to use. All data has to be set before launching the intent, and you have no control until the activity returns. In other words, you cannot affect the text of the message based on their choice in the dialog.