Hi,

Is it possible to get around the phone app InCallScreen in Android
1.1?

thanks, I greatly appreciate it!

*********************************************************************
Below is the message sent during Android 1.0 and the answer from
Dianne
was, "Sorry, you currently can't intercept incoming calls. "

*********************************************************************
I have searched through the list for ways to launch my activity when
an
incoming call comes in using PhoneStateListener. On receiving the
CALL_STATE_RINGING in my app, I use an intent to start my new
activity.

However, my activity gets created, started and stopped. And instead
the
default Phoneapp takes over and com.android.phone.InCallScreen is
displayed.
I was wondering if there is a way to get around the default PhoneApp
IncomingCall activity so that my activity can be displayed. My
application
is not trying to replace the default PhoneApp. My activity becomes
visible
only after the PhoneApp is done which happens after the call is either
terminated/rejected.
*********************************************************************

--~--~---------~--~----~------------~-------~--~----~
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