1 从文本框中获取内容
EditText mobileText = (EditText)findViewById(R.id.mobile);String mobile = mobileText.getText().toString();
2 打电话的权限
在功能清单中加入代码