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!
You can only remove a Notification
that you raise yourself. You cannot remove a Notification
raised by another application. Sorry!