Android 拨打电话的代码,android拨打电话,try { Inte
分享于 点击 17209 次 点评:278
Android 拨打电话的代码,android拨打电话,try { Inte
try { Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:+110")); startActivity(intent);} catch (Exception e) { Log.e("SampleApp", "Failed to invoke call", e);}
用户点评