-1

enter image description here[My application works fine, but currently when I press the send button it only opens email applications. What if I want it to send messages to applications such as whats app and messenger and social media applications in general I want help because I am really stuck in that part ][2]

  • Does this answer your question? [Android: Share plain text using intent (to all messaging apps)](https://stackoverflow.com/questions/9948373/android-share-plain-text-using-intent-to-all-messaging-apps) – Sabito stands with Ukraine Nov 11 '20 at 15:32

1 Answers1

0

Your intent is limited by the action SEND_TO (for emails) and the data scheme that uses mailto:

Check out this post: https://stackoverflow.com/a/9948549/2395376, which answers your question

Stevie Kideckel
  • 1,928
  • 2
  • 17
  • 21