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框架中的一些类,便于数据库的管理更新等