撥打電話

 1給移動客服10086撥打電話code

2 Uri uri = Uri.parse("tel:10086");
3 Intent intent = new Intent(Intent.ACTION_DIAL, uri);
4 startActivity(intent);
相關文章
相關標籤/搜索