通訊錄操作問題 刪除聯絡人不徹底

2021-07-09 18:15:34 字數 367 閱讀 2031

最近在搞乙個功能,就是刪除聯絡人的功能,但是遇到問題了,在一些手機上面刪除能比較乾淨點刪除,但是還有一部分手機上面刪除不乾淨,刪除後效果如下圖:

刪除後顯示的【無姓名】裡面確實什麼都沒有了。具體實現原始碼如下:

public void deletecontacts(string name),"display_name like ?",

new string,null);

if(cursor.movetofirst()));  

resolver.delete(uri, "raw_contact_id=?", new string);}}

各位朋友,走過路過多多幫忙,謝謝!!

問題如果解決,會分享出來與大家共同學習!!

android讀取通訊錄聯絡人問題

string cols cursor cursor getcontentresolver query contactscontract.commondatakinds.phone.content uri,cols,null,null,null for int i 0 i cursor.getcoun...

Android讀取通訊錄聯絡人

cursor phonenumbercursor string phoneprojection phonenumbercursor contentresolver.query contactscontract.commondatakinds phone content uri,phoneprojec...

訪問通訊錄中的聯絡人和新增聯絡人

1.在 androidmanifest.xml 中獲取通訊錄的讀寫功能 2.由於本 寫的是測試 因此也要在 androidmanifest.xml中加入測試啟動功能 3.獲取聯絡人資訊的函式constact public void constact throws exception phones.c...