在 Android 版 Adob​​e AIR 上拨打电话

发布于 2024-11-01 03:21:17 字数 214 浏览 0 评论 0原文

我想通过 Android 上的 AIR 应用程序拨打电话。我知道你可以这样做:

navigateToURL(new URLRequest(tel:555555555));

但我想要控制电话。

目的是应用程序漏接选定的号码。所以它拨打电话,等待响铃 1 秒,然后挂断电话。但通过上述方法,应用程序无法控制通话。

谢谢

I'd like to make a phone call via an AIR application on android. I know you can do this:

navigateToURL(new URLRequest(tel:555555555));

But I want control of the phone call.

The aim is that the app missed calls a selected number. So it calls, waits for it to ring for 1 second and then cuts the call. But with the method above, the app has no control of the phone call.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长伴 2024-11-08 03:21:17

截至目前,您无法使用 AIR 应用程序“控制”呼叫流程。您能做的最好的事情就是使用您提到的“tel”协议调用本机呼叫应用程序。

As of now, there is no way that you can 'control' the call flow using AIR apps. The best you can do is invoke the native call application using 'tel' protocol, which you have mentioned.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文