将呼叫发送至语音信箱

发布于 2024-12-01 00:42:33 字数 200 浏览 0 评论 0原文

我想将阻止的通话列表中的来电发送到语音邮件。

1.)唯一的方法是通过Android中的ContactsContract api中的“SEND_TO_VOICEMAIL”吗?

2.)如果是,那么我可以编辑手机联系人列表中已有的联系人,以便向他们添加此标志吗?

请分享一些代码或示例或任何有用的链接的解决方案。

提前致谢。

I want to send the incoming call present in my blocked call list to voice mail.

1.) Is the only way to do it is by "SEND_TO_VOICEMAIL" present in ContactsContract api in android?

2.)If yes, then can i edit the contacts already present in my contacts list of phone so to add this flag to them?

Please share solution with some code or example or any useful link.

Thanks in advance.

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

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

发布评论

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

评论(1

无边思念无边月 2024-12-08 00:42:33

首先,您需要监听来电,然后以编程方式断开连接...

要发送到语音邮件,应在设备上激活语音邮件功能,断开连接后,它将如果呼叫者想要发送至语音邮件,则自动转至语音邮件。

First you need to listen for incoming call and then disconnect it programmatially...

To send to voice mail, voice mail facility should be activated on the device and after disconnecting it will automatically direct to voice mail if the calling person wants to send to voice mail.

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