You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: