Windows Phone 7 - Incoming Call Screen

孤街浪徒 提交于 2019-12-31 03:46:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!