When the phone rings I get a screen that pops up automatically with two buttons and the caller info. Where is this screen coming from ? What Activity? I know it is called from the intent android.intent.action.PHONE_STATE. But what is the activity name and how can I get to it?

When the phone rings I get a screen that pops up automatically with two
Share
Here are some links that is useful to you to perform some action on incoming call.
1) link
2) link
and incoming broadcast receiver like:
IncomingCallReceiver extends BroadcastReceiver :
and your
MyPhoneStateListener}
Hope useful to you.