Android: Change activity state when receiving a phone call
Posted
by thetrompf
on Stack Overflow
See other posts from Stack Overflow
or by thetrompf
Published on 2010-05-30T15:43:33Z
Indexed on
2010/05/30
15:52 UTC
Read the original article
Hit count: 279
android
|phonecalls
Hi. A problem came up in my latest android programming project. The problem is I would like to change Activity that launches when the phone receives a call. Is it possible to add some text after the contact name when a call is received. I have search the web for something that could do that, and been looking in the API for hours and I cannot find anything, is it possible with reflection of something like that? I have made a class that listens to when the phone_state is receiving a call, and I can get the incomming number, but I would like to change the appearance on the screen.
// Thanks in advance
© Stack Overflow or respective owner