import
android.provider.contactscontract.commondatakinds.structuredpostal;
import
android.provider.contactscontract.commondatakinds.website;
import
android.provider.contactscontract.data;
import
android.util.log;
import
cn.ihope.mozyhome.domain.contacts;
public
class
getcontactsinfo
public
string getcontactinfo()
throws
jsonexception
// 取得mimetype型別
mimetype = cursor.getstring(cursor.getcolumnindex(data.mimetype));
// 獲得通訊錄中每個聯絡人的id
// 獲得通訊錄中聯絡人的名字
if
(structuredname.content_item_type.equals(mimetype))
// 獲取**資訊
if
(phone.content_item_type.equals(mimetype))
// 住宅**
if
(phonetype == phone.type_home)
// 單位**
if
(phonetype == phone.type_work)
// 單位傳真
if
(phonetype == phone.type_fax_work)
// 住宅傳真
if
(phonetype == phone.type_fax_home)
// 尋呼機
if
(phonetype == phone.type_pager)
// 回撥號碼
if
(phonetype == phone.type_callback)
// 公司總機
if
(phonetype == phone.type_company_main)
// 車載**
if
(phonetype == phone.type_car)
// isdn
if
(phonetype == phone.type_isdn)
// 總機
if
(phonetype == phone.type_main)
// 無線裝置
if
(phonetype == phone.type_radio)
// 電報
if
(phonetype == phone.type_telex)
// tty_tdd
if
(phonetype == phone.type_tty_tdd)
// 單位手機
if
(phonetype == phone.type_work_mobile)
// 單位尋呼機
if
(phonetype == phone.type_work_pager)
// 其他通訊位址
if
(postaltype == structuredpostal.type_other)
}
}
手機聯絡人資訊獲取 頭像,電話,姓名
需求 獲取本地通訊錄中的聯絡人資料 實現 通過系統定義好的常量去獲取聯絡人資料 public class contactsdao 返回的列名 string selection null 查詢的條件 string selectionargs null 查詢條件的引數 string sortorder ...
Windows Mobile獲取聯絡歷史
在現有的.net compact framework中,無論是1.0 2.0還是3.5版本,都沒有直接獲取使用者聯絡歷史的介面,那麼,我們只能自己封裝底層api來實現了。改介面在phone.dll中,呼叫phonegetcalllogentry方法會返回乙個聯絡歷史結構,在該結構中,包含號碼 姓名 ...
Windows Mobile獲取聯絡歷史
在現有的.net compact framework中,無論是1.0 2.0還是3.5版本,都沒有直接獲取使用者聯絡歷史的介面,那麼,我們只能自己封裝底層api來實現了。該介面在phone.dll中,呼叫phonegetcalllogentry方法會返回乙個聯絡歷史結構,在該結構中,包含號碼 姓名 ...