How to block calls in android

Posted by Anurag Uniyal on Stack Overflow See other posts from Stack Overflow or by Anurag Uniyal
Published on 2009-07-05T05:52:06Z Indexed on 2010/04/26 1:43 UTC
Read the original article Hit count: 287

Filed under:
|

I want to block calls from few numbers, for that I want to write a app of my own. So what are the APIs which I should be using?

Basically I want to get notified when a call comes, i want to compare numbers if it is what i want to block, i want to cut the call or mute it or if possible mute it and record it.

© Stack Overflow or respective owner

Related posts about android

Related posts about callblocking

  • IPhone SDK handling calls

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Is there any way to handle call events in IPhone? i.e. Log calls and sms in my app, block unwanted numbers, etc. I know the IPhone SDK doesn't provide that but I have been googling this and what I got was an app called iBlackList. Although it runs on jail-broken phones but it does my required functionality… >>> More

  • How to block calls in android

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I want to block calls from few numbers, for that I want to write a app of my own. So what are the APIs which I should be using? Basically I want to get notified when a call comes, i want to compare numbers if it is what i want to block, i want to cut the call or mute it or if possible mute it and… >>> More