I want to automate Whatsapp message sending process(Android). For that I want to use text recognition feature once the Whatsapp is fired from an implicit intent to recognize particular group name to which I want to send that msg.
My questions are:
- Is it possible to do the way I am thinking?
- What can be used to do text/image detection?
- Once the implicit intent is fired which app controls the particular poped up activity?How the control transfer process happens?