04 2012 档案
摘要:原文地址:http://blog.csdn.net/a742635625/article/details/6572922代码功能:调用系统通讯录的添加成员功能代码示例: /** 添加联系人 */ Intent intent = new Intent(Intent.ACTION_INSERT); intent.setType("vnd.android.cursor.dir/person"); intent.setType("vnd.android.cursor.dir/contact"); ...
阅读全文

浙公网安备 33010602011771号