拒绝或结束来自 Android API 的调用?
是否可以结束或拒绝来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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.