Compare commits

..

7 Commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

@ -24,14 +24,9 @@ import android.telephony.PhoneNumberUtils;
import android.util.Log;
import java.util.HashMap;
//这段代码主要功能是根据电话号码获取对应的联系人姓名。它使用了Android系统中的联系人相关的内容提供者来查询联系人信息并通过缓存来提高查询效率。
// change
public class Contact { // 联系人
//sContactCache用于缓存电话号码和对应联系人姓名初始化为null在第一次使用时会被实例化
private static HashMap<String, String> sContactCache;
//TAG类型为String用于在日志输出中标识当前类值为“Contact”
private static final String TAG = "Contact";
// 定义字符串CALLER_ID_SELECTION

Loading…
Cancel
Save