3

enter image description hereRead notification count based on package name(For All applications) with daily basis received notification count.

Even if uninstall app and install again after few days then also show the notification count for every days.

Peter Tom
  • 31
  • 2

1 Answers1

0

Using NotificationListenerService we can easily read the notification of all application. Check complete demo code here

Majid Ali
  • 485
  • 6
  • 17
  • it will not work if user Uninstall the app then we can't get notification count. See this [app](https://play.google.com/store/apps/details?id=com.burockgames.timeclocker) in this app shows the all notification count even if uninstall the app then install again after some days or after some notification received then still it's show the notification count properly. – Peter Tom Dec 09 '20 at 03:21