开发者

Android Intent Action "ACTION_CALL" - Correct way of getting back to own application after call?

I got one question regarding the intent action "ACTION开发者_StackOverflow中文版_CALL".

What is the correct way of getting back to the own application/activity after the user ends the call?

The only way that came to my mind uses a PhoneStateListener in a background services that waits for the CALL_STATE_IDLE event starting up the application again. But I am not quite sure if that is the correct/intended way of using the intent.

I am looking forward reading your answers.

Thank you very much!


As far as I know this is the only way you can do this.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜