Intent intent = new Intent(Intent.ACTION_INSERT);
intent.setType("vnd.android.cursor.dir/person");
intent.setType("vnd.android.cursor.dir/contact");
intent.setType("vnd.android.cursor.dir/raw_contact");
startActivity(intent);
调用系统的添加联系人界面
Intent intent = new Intent(Intent.ACTION_INSERT);intent.setType("vnd.android.cursor.dir/person");intent.setType("vnd.android.cursor.dir/contact");intent.setType("vnd.android.cursor.dir/raw_contact");s
·
转载于:https://www.cnblogs.com/ysxy/p/9003239.html
更多推荐


所有评论(0)