Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一个新手程序员 android 我想制作一个 android 应用程序来记录电话活动,例如来电、去电或未接来电,并将日志记录到文件 .txt
我该怎么办 ?请帮我 ...
看看CallLog.Calls
这里有一些关于使用通话记录的好教程:
android-tutorial-call-logs
Android 应用程序中的通话记录
从电话读取通话记录
访问通话记录
使用 PhoneStateListener:
您可以在参考资料中阅读更多内容。
您可能想要创建一个定期记录呼叫日志的服务。我建议使用 CallLog 类,因为您是新手,所以有一些关于创建服务的教程(使用 Google)