Search code examples
javaandroidandroid-sdk-2.3android-notificationsandroid-notification-bar

How to clear missed call notification from status bar


I am trying to clear missed call notifications from status bar programmatically but couldn't achieve this. I will appreciate any help.

edit: Seems like SDK doesn't let me do that directly. Can you guys suggest me any workaround? Thanks!


Solution

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