Android voice call logging

前端 未结 2 1228
臣服心动
臣服心动 2020-12-30 16:49

I\'d like to have some code be notified of any incoming and outgoing voice calls. I need to grab all the following:

  • If it was an incoming or outgoing call
2条回答
  •  执念已碎
    2020-12-30 17:07

    A PhoneStateListener and the CallLog content provider will give you most, if not all, of what you need.

提交回复
热议问题