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 を使用します。
詳細はリファレンスで読むことができます。