[android-developers] Call blocking

2012-03-08 Thread Mai
Hi, I am new to Android and was wondering if there was a way (API call, etc..) to write a program that checks the incoming number against a list and hangs up the phone if there is a match before letting the call go to voice mail. These telemarketers are really annoying and there doesn't seem to be

Re: [android-developers] Call blocking

2012-03-08 Thread Yaron Reinharts
I guess there is a way to do it since so many were able to write such application, check out: https://play.google.com/store/search?q=call+blockingc=apps https://play.google.com/store/search?q=call+blockingc=apps Hope this helps /Yaron -- Yaron Reinharts Smart Drive Applications

[android-developers] Call Blocking through ndk or latest sdk

2010-09-12 Thread rizwan
Hi , is it possible to block a call through ndk in Android 2.1 and later OS ,please refer to some materiel/code snippt to how to achieve that ? or still it is impossible to do ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Call blocking application

2010-04-06 Thread Abdul Qavi Paracha
Hi I am developing a call blocking application for android. What i've achieved so far is that my application gets informed whenever there is some incoming call. Now i want my application to handle the incoming call instead of default android application. So for this, i am trying to kill the

[android-developers] Call blocking application

2010-04-02 Thread Abdul Qavi Paracha
Hi I am developing a call blocking application for android. What i've achieved so far is that my application gets informed whenever there is some incoming call. Now i want my application to handle the incoming call instead of default android application. So for this, i am trying to kill the

[android-developers] Call Blocking in android

2009-12-24 Thread mayur yambal
Hi, I want to develop an application which blocks incoming calls (Call Blocker) in Android.There were Android internal API for that but those are removed from 1.0 onwards SDKs.We can catch incoming call event using PhoneStateListener class,when phone state goes to ringing. Right now we