Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始使用Win 8 Metro 风格的应用程序开发。
有没有办法跟踪拨出电话何时连接?
一旦建立连接,我想提醒用户(可能是手机振动) 。
请给我一些提示来完成同样的事情。提前致谢
如果您谈论的是简单的电话,那么没有。所有与通话相关的活动都由系统处理,您的应用无法控制它,因此不需要通知它。如果您从您的应用程序发起呼叫任务,应用程序将进入后台,并由系统接管处理呼叫。这与以前的 Windows Phone 版本中的行为相同。