In My android app I want to show history of notification, so I want to capture all notifications title and message. I am using accessibilityservice and able to fetch title using parcelable data but not get original message text.
If you have any ideal please help me.