Intent.ACTION_DIAL如何在没有GSM支持的Android平板电脑上运行

时间:2013-11-18 13:35:32

标签: android

Intent callIntent = new Intent(Intent.ACTION_DIAL);

上述意图或ACTION_DIAL如何在不支持GSM的平板电脑中运行。

一些指示会有所帮助。

感谢

1 个答案:

答案 0 :(得分:0)

部分平板电脑具有CDMA接入功能。如果您想检查实际的语音通话能力,最好检查一下电话管理员: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getPhoneType