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)));
Asked
Active
Viewed 304 times
1 Answers
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