I want to get the content details of RemoteView from StatusBarNotification while listening to NotificationListenerService
How can I get it ?
I want to get the content details of RemoteView from StatusBarNotification while listening to NotificationListenerService
How can I get it ?
Here's the solution
RemoteViews remoteView = statusBarNotification.getNotification().contentView;