In the previous post I mentioned PhoneStateIntentReceiver...which has been
removed in the latest sdk. Sorry for the confusion. It has now been replaced
by PhoneStateListener():
http://code.google.com/android/reference/android/telephony/PhoneStateListener.html
You can use this along with TelephonyManager to get notified of call state
changes...like when the call comes in:
http://code.google.com/android/reference/android/telephony/TelephonyManager.html

2008/9/9 Bill P. <[EMAIL PROTECTED]>

> I am actually interested in doing something when a call comes in, so if
> there is a way, that would be great.
>
> (i am just getting into this.)
>
> thanks.
>
>
> --- On *Mon, 9/8/08, Sheida <[EMAIL PROTECTED]>* wrote:
>
> From: Sheida <[EMAIL PROTECTED]>
> Subject: [android-beginners] Intercepting Calls
> To: "Android Beginners" <android-beginners@googlegroups.com>
> Date: Monday, September 8, 2008, 4:20 PM
>
>
> Hi,
>
> I have a question. Is there any support in Android's SDK for
> intercepting calls? for example, if I wanted to do something
> interesting when they call a particular number...
>
> Thank you
> Sheida.
>
>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to