【发布时间】:2011-11-01 08:06:21
【问题描述】:
我需要一个 sn-p 来计算 Android 中的拨出电话数。
我想做的就是这样:
int num = getTheNumberOfOutgoingCalls(Context c);
【问题讨论】:
标签: android android-contacts phone-call calllog
我需要一个 sn-p 来计算 Android 中的拨出电话数。
我想做的就是这样:
int num = getTheNumberOfOutgoingCalls(Context c);
【问题讨论】:
标签: android android-contacts phone-call calllog
这个tutorial 可能会对您有所帮助。编辑代码以满足您的应用需求。
【讨论】: