How to get the total incoming call duration and total outgoing call duration in Android -
how total incoming call duration , total outgoing call duration in android.
anyone's appreciated.
thanks all, madan.
you should use android.provider.calllog.calls. class can content of call log (incoming, outgoing, missed calls) contains duration of every call.
here a tutorial it.
Comments
Post a Comment