开发者

Is there any other option of calling a number in android with out using native call?

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)));


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜