I have tried a lot, but I am not able to handle unknown call. Is it possible in Android SDK 2.0? I want to stop calling from unknown number - is it possible?
Asked
Active
Viewed 1,436 times
1
-
Possible duplicates: http://stackoverflow.com/questions/1083527/how-to-block-calls-in-android http://stackoverflow.com/questions/1853220/retrieve-incoming-calls-phone-number-in-android – Jørn Schou-Rode May 27 '10 at 06:32
-
thnx for reply, how i could just re-direct specific numbers in my contacts to my voice-mail. – Android May 27 '10 at 06:38
-
just an idea but certainly not the best : make a list of number, in which in can add numbers thanks to an edittext for instance. and then make a test on it : if the incoming number is in the list => hang up if not, do your normal stuff – Sephy May 27 '10 at 07:00
-
thnx yaar,i am able to get no. but how can i update state or how i change state – Android May 27 '10 at 07:16