0

I can share the text of a layout in social networks or whatsapp, email?
Thank you.

I have this code:

Intent sendIntent = new Intent(); 
sendIntent.setAction(Intent.ACTION_SEND); 
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send."); 
sendIntent.setType("text/plain"); startActivity(sendIntent);

I could not program the button to share, thanks

Anonymous
  • 835
  • 1
  • 5
  • 21

0 Answers0