android tips—启动Emergency call拨号盘

Intent intent = new Intent();

intent.setAction("com.android.phone.EmergencyDialer.DIAL");

intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

startActivity();

你可能感兴趣的:(call,emergency,dial,dialer,EMERGENCY_DIAL,CALL_EMERGENCY)