问题
Is there anyway when receiving a call to add data to the incoming call screen? I'd like to be able to add text to that screen if possible.
Update:
If there is no way to currently add text to this screen is there a way to trigger code based off of an incoming phone call?
回答1:
The only way you can do anything in relation to an incoming call is be informed that this has happened via the Obscured event.
Be aware that other things (such as an alarm) also trigger this event and there is no way within your app to know what caused your app to be obscured.
来源:https://stackoverflow.com/questions/10608122/windows-phone-7-incoming-call-screen