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
android
|callblocking
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