Can anybody tell me that how to get outgoing call duration when it received from other side in android.
Thanks in advance ..
Can anybody tell me that how to get outgoing call duration when it received from other side in android.
Thanks in advance ..
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.