-1

Based on my requirement i need to track all incoming phone calls.

i successfully track the incoming and missed calls through broad cast receivers.

But i didn't get the call waiting state.In that state i missed to track the both incoming numbers.

If any one how to get waiting call state ,please reply me.

thanq

kiran
  • 3,244
  • 7
  • 34
  • 57

1 Answers1

0

The actual implementation depends on the specific case, but the answer is: use PhoneStateListener and TelephonyManager in a background thread.

maciekjanusz
  • 4,702
  • 25
  • 36