0

Can anybody tell me that how to get outgoing call duration when it received from other side in android.

Thanks in advance ..

shiv1229
  • 357
  • 2
  • 6
  • 19
  • MAY be this will help http://stackoverflow.com/questions/3959128/its-possible-to-get-outgoing-call-duration-during-call – Nikunj Patel Dec 21 '11 at 09:38

1 Answers1

0

You should use android.provider.CallLog.Calls. With this class you can get the content of the Call Log (incoming, outgoing, missed calls) which contains the duration of every call.

Here is a tutorial about it.

Nikunj Patel
  • 21,853
  • 23
  • 89
  • 133