在我的应用程序上,我必须拨打一个号码。手机上的代码工作正常,但平板电脑(无法拨打电话)应用程序崩溃。我想捕捉这个异常。
try{
String toDial = "tel:092168*****";
startActivity(new Intent(Intent.ACTION_CALL, Uri.parse(toDial)));}
catch(Exception e){
Toast.makeText(getApplicationContext(), "Chiamata non supportata", Toast.LENGTH_LONG).show();
}
但不工作。主意?对不起,我的英语不好