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.
I refereed this answer Android open emailclient programatically programmatically in Stackoverflow to open the
Share
If you have a specific email address you are trying to let the user send a message to, use an
ACTION_SENDTOIntentwith amailto:xxxx@yyy.comUri(where you replacexxxx@yyy.comwith 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.