I use RemoteInput in my Android N notifications.
I want to set a min and max text length limit for the input.
Google Hangouts got this (i.e. the send button enables when the user entered at least 1 character). Anyone know how this can be done? I've tried to check the Android docs but no luck.
Try to implements notification with custom view. And include in it all logic which you need. For me it is one way((