i am developing an application which is related to email sharing. and sharing using ACTION_SEND intent is great, but the problem is I don't want every sharing option there, I'd rather limit it to FB, Twitter. I want to display only email clients.
And i tried ACTION_SENDTO intent also instead of ACTION_SEND then getting "No apps can perform this action". how to resolve this? please anyone have idea please help me..
Thanks in advance..