Search code examples
androidnotificationmanager

How do I clear all notifications with separate app?


Is it possible to make an icon on android that when clicked clears all notifications, e.g. SMS, email, missed calls etc? I just want an icon on my home screen that clears all notifications. What coding would I use?


Solution

  • You can only remove a Notification that you raise yourself. You cannot remove a Notification raised by another application.