Intent i = new Intent(android.content.Intent.ACTION_VIEW, Uri.parse("tel:9510300000"));startActivity(i);