将呼叫发送至语音信箱
我想将阻止的通话列表中的来电发送到语音邮件。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您需要监听
来电
,然后以编程方式断开连接
...要发送到语音邮件,应在设备上激活语音邮件功能,断开连接后,它将如果呼叫者想要发送至语音邮件,则自动转至语音邮件。
First you need to listen for
incoming call
and thendisconnect 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.