check android.telephony.PhoneStateListener onCallStateChanged(int state, String incomingNumber) might help you partially. but from above method, you can't get the length.
On Apr 15, 4:58 am, Rob Shortt <[email protected]> wrote: > Hi all, > > I'm looking for any documentation on the call flow including any > notifications and intents fired. So far I haven't found much. I have > some ideas for call related apps but need to know where I can hook > into the system. For example I want to know whenever a call ends and > if I can get some data associated with the call (phone number, > length). Hopefully there's something build in that I can use and not > do a hack with the call log. > > Thanks for any tips, > -Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

