阻止在 Windows Mobile 5 设备上使用电话
我正在开发一个 Windows Mobile 应用程序,我的公司正在为其提供设备。 我们不希望我们的用户使用属于 Windows Mobile 设备一部分的手机。
有谁知道阻止手机使用的方法吗?
如果重要的话,设备类型是 Symbol MC-70。
预先感谢您的任何意见。
I am developing a Windows Mobile app that my company is providing the devices for. We do not want our users to use the phone that is part of the windows mobile device.
Does anyone know a way to block phone usage?
If it matters, the device type is a Symbol MC-70.
Thanks in advance for any input.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的公司提供设备并且您不希望用户使用手机,则您应该从提供商处获得纯数据计划。 这将为您的公司节省资金并确保电话无法使用。
If your company is providing the devices and you do not want users to use the phone, you should get a data-only plan from your provider. This will save your company money and ensure that the phone cannot be used.
我能想到的最好办法是使用提供的 Telphony api:http://tapi.codeplex.com/
它有一个 CellularLineMonitor 类,允许我在拨打或接听任何电话后挂断电话。
Best I could come up with was to use the Telphony api provided at:http://tapi.codeplex.com/
It has a CellularLineMonitor class that allows me to hang up on any call after it is made or received.