5

I want to get the content details of RemoteView from StatusBarNotification while listening to NotificationListenerService

How can I get it ?

Shrenik
  • 399
  • 2
  • 5
  • 22

1 Answers1

0

Here's the solution

RemoteViews remoteView = statusBarNotification.getNotification().contentView;
Ramy Aly
  • 235
  • 2
  • 8