I am trying to access the text on each button on a notification - and do further processing on the same.
I have the RemoteView
object :
RemoteView rView = mStatusBarNotification.getNotification().contentView;
is it possible to get the text on each button using this RemoteView
Object? If yes, how?
For example, in the following notification i need the text "Speaker" "End"