I'm trying to get a text input from the user after he clicks a notification action button.
The problem is that I'm using a custom notification layout so the button is implemented by RemoteView and not by Notification.Action class, so I can't use RemoteInput.
So I was thinking to do something like WhatsApp's new quick reply option but I can't figure out how they have managed to do it... Any ideas about that?
Any help will be appreciated! Thank ahead