android 通訊錄中賈(jia gu)處理

2021-06-10 12:11:36 字數 347 閱讀 6408

在通訊錄中使用拼音搜尋搜j時,賈不會出現,使用g搜尋時會出現。

找了很久也沒有找到合適的辦法,最後只能用以下方法來處理:

final char la = '\u8d3e'; //this is hanzi .

log.i("xiao", "character = " + character);

if (offset < 0 && la == character)

token.type = token.pinyin;

token.target = pinyin.tostring();

return token;

}

Android讀取通訊錄資料

第一步,配置許可權 如果需要儲存,還需要儲存許可權 第二步,編寫聯絡人獲取工具類contractsutil public class contractsutil 根據uri查詢相應的contentprovider,cursor為獲取到的資料集 cursor cursor context.getcon...

單鏈表通訊錄 通訊錄2 0

單鏈表通訊錄 通訊錄2.0 標頭檔案 ifndef address h define address h include include include define success 10000 define failure 10001 define true 10002 define false ...

android系統 通訊錄路徑

在 data data com.android.providers.contacts存放了通訊錄的資訊,其中資料庫是採用sqlite。data data com.android.providers.包含了android自帶的一些功能。com.android.providers.calendar是日曆...