获取 Android 中的总通话时长
如何从手机内存中获取通话时长?我从 Android.provider.CallLogs.calls 获取通话持续时间,但如果删除 CallLogs,我将无法获取通话日志。
How can get the call duration from phone memory ? I get the calls duration from Android.provider.CallLogs.calls but if removed the CallLogs i am not able to fetch call log.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用PhoneStateListener,存储电话摘机时的开始时间和电话挂机时的停止时间。然后计算持续时间。
Use PhoneStateListener, store the start time when the phone goes off hook and the stop time when the phone goes on hook. Then calculate the duration.