Intent intent = new Intent();
intent.setAction("com.android.phone.EmergencyDialer.DIAL");
startActivity(intent);

 

相关文章: