开发者

How to get the total incoming call duration and total outgoing call duration in Android

开发者 https://www.devze.com 2023-02-12 02:23 出处:网络
How to get the total incoming call duration and total outgoing call duration in Android. Anyone\'s help开发者_如何学Go will be much appreciated.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消