No telephony feature in AVD with GSM support
Asked Answered
I

1

6

I have added GSM support in an android emulator (AVD) but still can't find telephony feature. I checked using few steps below :

boolean isTelephony = getPackageManager().hasSystemFeature(PackageManager.FEATURE_TELEPHONY);

isTelephony is false.

FeatureInfo[] featureList = pm.getSystemAvailableFeatures();

featureList does not contain "android.hardware.telephony".

Are there any steps after add GSM support?

Thanks

Infuse answered 18/2, 2012 at 13:56 Comment(0)
D
0

You could use Genymotion - their emulators offer telephony.

Dedra answered 11/3, 2014 at 19:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.