From 625d4a4e6092ee97fa34916e8d1189105ed8eb63 Mon Sep 17 00:00:00 2001 From: cnz <2869874844@qq.com> Date: Mon, 28 Apr 2025 11:18:32 +0800 Subject: [PATCH] 111 --- src/net/micode/notes/data/Contact.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/micode/notes/data/Contact.java b/src/net/micode/notes/data/Contact.java index f737c15..4f4b798 100644 --- a/src/net/micode/notes/data/Contact.java +++ b/src/net/micode/notes/data/Contact.java @@ -45,7 +45,7 @@ public class Contact {//创建类 if(sContactCache.containsKey(phoneNumber)) { return sContactCache.get(phoneNumber); } - + // 动态生成查询条件:设置最小匹配长度 String selection = CALLER_ID_SELECTION.replace("+", PhoneNumberUtils.toCallerIDMinMatch(phoneNumber)); Cursor cursor = context.getContentResolver().query(