0

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"

phone notification screenshot

Madhavan Malolan
  • 719
  • 6
  • 24

1 Answers1

0

See Create custom notification, android or http://developer.android.com/guide/topics/ui/notifiers/notifications.html

Community
  • 1
  • 1
userM1433372
  • 5,345
  • 35
  • 38