6
我在Android模擬器(AVD)中添加了GSM支持,但仍無法找到電話功能。 我使用以下幾個步驟檢查:在支持GSM的AVD中沒有電話功能
boolean isTelephony = getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY);
isTelephony is false。
FeatureInfo[] featureList = pm.getSystemAvailableFeatures();
featureList不包含「android.hardware.telephony」。
添加GSM支持後是否有任何步驟?
感謝