处理电话工作

发布于 2024-11-14 17:19:46 字数 1491 浏览 3 评论 0原文

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

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

发布评论

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

评论(2

追我者格杀勿论 2024-11-21 17:19:46

几乎所有与调用有关的事情都是在 Android 中的较低级别处理的(程序员可能无法控制)。应用程序可以转到呼叫屏幕并为用户发起呼叫,但这通常是应用程序的控制结束的地方。

为了接受呼叫,有一些应用程序可以执行必要的操作。 此处< /a>.这是 Android 的自动应答服务。

Almost anything to do with a call is handled at a lower level in Android (control of which may not be available to the programmer). The application can go up to the call screen and initiate a call for the user, but that is usually where the control of the application ends.

For accepting calls, there are some applications that may do the necessary things. Check this application here. This is an automatic answering service for Android.

请你别敷衍 2024-11-21 17:19:46

Android 中无法控制通话。我们只有 TelephonyManager 类,它允许您监听电话呼叫状态,但不控制它。

There's no way to control call in Android. We only have the TelephonyManager class which allows you to listen to phone call states, but not control it.

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