I am using AccessibilityService and casting event to notification
Notification n = (Notification) event.getParcelableData();
But in case of inbox style notification it give 2 new messages,3 new message,4 new messages....
is their any other way to retrieve notification extra messages ?