I’d like to start a service by using PHONE_STATE when an incoming call gets to the phone. After that, my service is intended 开发者_如何学Pythonto connect to a remote XMPP server and show any new messages to the user. That’s easy to do but is there a better approach of doing so ?
I appreciate any help or ideas.
check out this question to learn how to get a call back when the phone is ringing. Then you'll just start your service from inside that callback.
精彩评论