tags:

views:

9

answers:

0

Hello,

I would like to get only active calls from PhoneStateListener. I have created the listener with method onCallStateChanged. Once I dial (and the call is picked up) the state is already off-hook.

Well, it doesn't really surprise me, because of the text in the API: Device call state: Off-hook. At least one call exists that is dialing, active, or on hold, and no calls are ringing or waiting.

But is there a possibility to get only active calls? Thnx!