Android check when outgoing call is received by callee
问题 I'm developing on android framework, I want to fire an event when an outgoing call is received by the callee , and also when the call is ended (from any of the two sides) 回答1: Inorder to know wheter the calling party has recieved the call, you will need to create a listener. class PhoneInfo extends BroadcastReceiver { /** * Getting the System Telephony Service and registering a listener for Voice Call state */ @Override public void onReceive(Context context, Intent intent) {