tags:

views:

61

answers:

1

I need to cancel the missed calls notification for a certain number. I've seen the NotificationMgr class on com.android.phone but i'm unable to call it trough reflection. Is there any other way?

+1  A: 

You cannot affect anyone other application's Notifications, let alone one for missed calls.

CommonsWare