how make call log app in android

只愿长相守 提交于 2019-11-30 10:21:30
Langusten Gustel

Use the PhoneStateListener:

You can read more in the reference.

You probably want to create a service that periodically records call logs. I'd recommend using the CallLog class and since you're a newbie, some tutorial on creating services (use Google)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!