获取 Android 中的总通话时长

发布于 2024-11-27 05:36:10 字数 92 浏览 2 评论 0原文

如何从手机内存中获取通话时长?我从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贱贱哒 2024-12-04 05:36:10

使用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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文