androidsharingsocial-media

Sending message through whats App without user interaction in android


I wanted to know how I can send text to specific whats app contacts without user interaction. I found some code to view a specific contact, but not to send data & some code which opens the specific chat with message. But all contains user interaction so all i want to know is, is it possible to share a message on whats app without user interaction?


Solution

  • After lots of research, i found that sending message through what's app application without user interaction is not possible. What's app sharing popup or sharing dialog always shown to user's screen as per my R&D.