質問

Is there a way to detect if user clicked to call in Windows Phone? I don't want to block, detect incoming or anything else with the call, I just want that my app knows when the user clicked to call and knows the number that he is calling.

Is this possible?

役に立ちましたか?

解決 2

There is no way currently to detect the phone call status (or any other metadata, for that reason) for security and privacy reasons.

If you ever want to know whether your application workflow is interrupted by a call or whatnot, you can rely on the Obscured and Unobscured event handlers. You can download a ready-to-go sample here.

他のヒント

No, with the Windows Phone OS, an app can not interfere with the calling functionality. The best they can do is prompt the user to dial, to a supplied number.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top