5
3
2
51
168
591
12
调用系统的电话功能Uri uri = Uri.parse(tel:10086);Intent intent = new Intent(Intent.ACTION_DIAL, uri);startActivity(intent);