拒绝或结束来自 Android API 的调用?

发布于 2024-12-09 00:32:10 字数 207 浏览 0 评论 0原文

是否可以结束或拒绝来自 API 的调用?我在另一个问题中读到com.android.internal .telephony.ITelephony 可以使用,但 Eclipse 返回错误。

Is it possible or not to end or reject a call from the API? I read in another question that com.android.internal.telephony.ITelephony can be used, but Eclipse is returning errors.

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

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

发布评论

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

评论(1

事实是,从技术角度来看这是可能的。您通过反射使用 Itelephony 类基本上将呼叫直接发送到语音邮件。然而,公共 Android API 不支持此行为。因此,即使从技术上讲你可以让它发挥作用,也不能保证它在未来会继续像现在一样发挥作用。

The truth is that it is from a technical stand point possible. You use the Itelephony class through reflection to basically send the call straight to voicemail. This behaviour is not supported within the public Android APIs however. So even though technically you can make it work, there is no guarantee that it will continue to function as it does now in the future.

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