Thank you for your help
i already check Notification with reply field before ,but i need to reply to app that send the message directly
for example if someone send message to me using whatsapp , app will reply automatically to this message on whatsapp
please check:
My app is using a NotificationListener to read out messages from various 3rd party apps, for example WhatsApp. So far I was able to send a reply if only one chat is unread, the code is below. How...
I have seen few applications on play store that supports automatic reply for WhatsApp, I searched the internet to find out the approach, but all I found was this piece of code Uri uri = Uri.pa...