1

I want to call a number from android with out using native call.Is that possible? like startActivity(new Intent(Intent.ACTION_CALL, Uri.parse("tel:"+constant.confitacth2)));

Sando
  • 1,893
  • 11
  • 29
  • 45

1 Answers1

0

You can use an appropriate Intent to launch the Dialer. I believe the code you have written should work. Does it not?

sparkymat
  • 9,938
  • 3
  • 30
  • 48
  • its working.. but what i want is..like smsmanaager for sending sms without using intent ,is there any other process to launch a call.. – Sando Aug 05 '11 at 10:17