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);