javaandroidandroid-studioandroid-intentandroid-intentservice

how i can intent any social media app to my app not just email


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]


Solution

  • 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