将您的应用程序与 Google Voice 集成
我是一名学生开发人员,致力于 Android 免提短信解决方案。经过一番努力,该应用终于完成并已上线市场。然而,我从用户那里得到的第一个评论是谷歌语音集成的请求。
有什么方法可以将我的应用程序与语音集成吗?是否有广播接收器或我可以实现的东西以及发送文本的方法?经过多次谷歌搜索后,我仍然不确定从哪里开始。
我需要做的就是通过语音接收短信,然后发送新的回复。
I am a student developer working on a hands free texting solution for android. After much hard work, the app is finally complete and has been released on the market. However, the very first review I got from a user was a request for google voice integration.
Is there some way to integrate my app with voice? Is there a broadcast receiver or something that I could implement, and a way to send texts? After much googling, I an still unsure where to begin.
All that I need to be able to do is receive text messages from voice and then send out new ones in reply.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个适用于 Java 的非官方 Google Voice API。还有示例应用。
There is an unofficial Google Voice API for Java. There are also example apps.