I know that i can send sms with
Intent smsIntent = new Intent(Intent.ACTION_VIEW);
And share with
Intent sendIntent = new Intent(Intent.ACTION_SEND);
But when i want to share, then i don't have the sms choice.
Is there a way to include the option of SMS to the Intent.ACTION_SEND?