开发者

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

开发者 https://www.devze.com 2023-03-25 07:20 出处:网络
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 us

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

精彩评论

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