首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
点击联系我们跳转到打电话页面
点击联系我们跳转到打电话页面
it
2023-04-09
115
/* * 跳转至拨打电话 * telNum 电话号码*/ private void startTel(String telNum){ Intent gophoneIntent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + telNum)); startActivity(gophoneIntent); }
转载请注明原文地址: https://lol.8miu.com/read-3892.html
最新回复
(
0
)