How to get the total incoming call duration and total outgoing call duration in Android.
Anyone's help开发者_如何学Go will be much appreciated.
Thanks to all, Madan.
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.
精彩评论