1.创建Intent对象: Intent dialIntent = new Intent(Intent.ACTION_DIAL); 2.启动拨号程序 startActivity(dialIntent);