开发者

Google Voice Get New Call Notifications

开发者 https://www.devze.com 2023-04-12 00:52 出处:网络
I know there is an unofficial Google Voice API for Java, but I couldn\'t find any way to subscribe to get new call notifications. I want to make an Android app that would work like the Gmail Chat gadg

I know there is an unofficial Google Voice API for Java, but I couldn't find any way to subscribe to get new call notifications. I want to make an Android app that would work like the Gmail Chat gadget that allows you to get incoming calls directly with Google Voice, not to a forwarded number. This way, if a user has a WiFi connection, they wouldn't have to use their mobile carrie开发者_Python百科r's minutes and they could just get their incoming calls directly from Google Voice, instead of having them forwarded to their mobile carrier's number. Is there any way to do this? How does the Gmail Chat gadget do it? Thanks.


If you're okay with using HTTP calls under the hood, you can have a look at this page which details how it was developed for Firefox.

Also, have a look at this question for some non-android APIs that might give you an idea.


I'm not positive but I think the solution to your problem should just involve registering your app to receive the incoming call intent. Take a look at this detailed example. Here is a great tutorial on registering intents in general.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号