如何从平板电脑(Acer ICONIA TAB A501)在 Android 应用程序中拨打电话?
我试过这个代码:
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:" + call.Number));
startActivity(callIntent);
但这会打开一个对话框,要求将电话号码添加到我的联系人中
如何从平板电脑(Acer ICONIA TAB A501)在 Android 应用程序中拨打电话?
我试过这个代码:
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:" + call.Number));
startActivity(callIntent);
但这会打开一个对话框,要求将电话号码添加到我的联系人中
您不能在 Acer iconia 上执行此操作。某些设备不支持呼叫设施(超过 2g 或 3g 网络),至少不支持此设备。这可能是由于某些硬件问题或它可能被锁定。
尝试使用 ACTION_DIAL 代替 http://developer.android.com/reference/android/content/Intent.html#ACTION_DIAL