I m using Intent.ACTION_SEND to send mail.
But when i call the intent its showing message,mail, Bluetooth.
I want only Mail How to do this.
|
I m using Intent.ACTION_SEND to send mail. But when i call the intent its showing message,mail, Bluetooth. I want only Mail How to do this. |
|||
|
|
Thanks....... |
|||||
|
|
@Ganapathy:try this code for display gmail
|
|||||||||
|
|
Using |
|||
|
|
|
First solution: try to be more specific in your Intent parameters. Add a message recipient for instance
Second solution: use the package manager to find all applications capable of sending a message and select the only those you want to use. |
||||
|