调用系统的添加联系人界面

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);
posted @ 2018-05-07 16:02  Ars灬木子  阅读(200)  评论(0编辑  收藏  举报