I refereed this answer Android open emailclient programatically programmatically in Stackoverflow to open the mail client, if i try this in my phone, its not showing Gmail or any other email client, instead its showing Skype, Bluetooth options. Kindly help me how to remove these options.
Asked
Active
Viewed 487 times
1 Answers
2
If you have a specific email address you are trying to let the user send a message to, use an ACTION_SENDTO
Intent
with a mailto:xxxx@yyy.com
Uri
(where you replace xxxx@yyy.com
with the actual email address).
Otherwise, what you want is not a good idea. Your users may wish to share their data via any number of mechanisms, some of which will not be email clients. Please let the users choose how to share their data.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491