I have been reading over the docs on Intent,
http://code.google.com/android/reference/android/content/Intent.html,
and while I find quite a large number of broadcast actions but I
cannot find *any* about incoming calls. Is it possible to have an
application listener on INCOMING_CALL?

Secondly i am wondering if it is possible to override the incoming
call dialog with my own? Basically I am looking to create an incoming
call listener application which will launch my own activity instead of
android's default incoming call dialog. I then want the user to be
able to answer the phone using my activity. Is this possible?

On a different tack I have found a class in android.telephony called
PhoneStateListener, could this be used to accomplish a similar goal?
If so any code snippets or examples on how it is used? I found this,
would this be an appropriate way to accomplish my goal? If so how
could I override the android answer call dialog using this approach?

http://groups.google.com/group/android-developers/browse_thread/thread/bc8b3d1cdd7b58fa/9a249521c4b223a0?lnk=raot

Its seems that these may be two separate issues but since I want them
to work together, the listener, the custom dialog an the call answer,
any guidance is appreciated.

If so can you provide any code based approaches, pointers to apis or
examples for how I could approach the problem?

Thanks!

Clay



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

Reply via email to