
通讯录
文章平均质量分 78
xfh001
这个作者很懒,什么都没留下…
展开
-
android 联系人存储结构
名字:Uri: Uri.parse("content://com.android.contacts/data")PREFIX = "data4"; //名称前缀MID_NAME = "data5";//中间名GIVEN_NAME = "data2";//名字FAMILY_NAME = "data3";//姓氏MID_PINYIN="data8"; //中间名拼音原创 2013-10-30 10:15:47 · 962 阅读 · 0 评论 -
读取Android账号类型
//获取AccountManager AccountManager am = AccountManager.get(context()); //获取系统所有AuthenticatorDescription AuthenticatorDescription[] descriptions = am.getAuthenticatorTypes(); //获取转载 2013-11-07 10:35:22 · 1471 阅读 · 0 评论