Android Question How to detect if a device can receive calls

ac9ts

Active Member
Licensed User
Longtime User
Is there a fool proof way to determine if a device (mostly tablets, I guess) has telephone hardware to receive calls?

I was looking at using:

B4X:
Private Ph as Phone
If Ph.GetNetworkOperatorName = "" Then NoPhone = True
 
Top