1

How can I check if ACTION_CALL made a connection when it returns it's result? I want to rule out situations when user cancels the call.

Łukasz W.
  • 9,538
  • 5
  • 38
  • 63

1 Answers1

1

As far as I know you can't. The only thing you could know is the state of the call, such us CALL_STATE_IDLE, CALL_STATE_OFFHOOK, CALL_STATE_RINGING

What you are looking for is beyond android capabilities, at least with current permissions.

Abhinav Singh Maurya
  • 3,313
  • 8
  • 33
  • 51
Dantalian
  • 561
  • 6
  • 15