From bbb85d6b56028233e0dac8b2f8733f2b9b631be4 Mon Sep 17 00:00:00 2001 From: Ssr <2444963128> Date: Tue, 5 Mar 2024 16:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=86=E5=88=AB=E7=94=B5=E8=AF=9D=E5=8F=B7?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Notes-master/src/net/micode/notes/data/Contact.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Notes-master/src/net/micode/notes/data/Contact.java b/Notes-master/src/net/micode/notes/data/Contact.java index 6991639..6dea631 100644 --- a/Notes-master/src/net/micode/notes/data/Contact.java +++ b/Notes-master/src/net/micode/notes/data/Contact.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + //识别电话号码 package net.micode.notes.data;//表示这是在net.micode.notes中data包里面 //导入android框架中的一些类,便于数据库的管理更新等