Management of phone calls on Android

Asked

Viewed 100 times

-1

My application needs to know two information (the ones I didn’t find on Android Developers): when a call ends and if this spent any cell phone balance.

I’ve found the states IDLE, OFFHOOK and RINGING, but not that of link finalized....

1 answer

1


"Completed link" is not a state. It is a transition from one state to another.

IDLE is what you are looking for. If an IDLE happens after an OFFHOOK it is because there has been a completed call.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.