tags:

views:

210

answers:

1

I want to display one dialog box after incoming call, so that I can run my application in background while receiving call.

How to catch that incoming call in android application???

+2  A: 

Maybe this broadcast intent is what you need ACTION_PHONE_STATE_CHANGED

hara