detecting phone capabilities
Posted: Thu Feb 05, 2015 8:38 pm
Hi all -
I know that I can invoke:
to have an iOS device make a phone call - and a result of "no association" indicates the device can't place calls.
But I'd really like to detect beforehand if the device is even capable of making calls.
Is there any command I can use (which would also be compatible with Android) that will allow me to know if a device has phone-calling abilities?
Thanks so much.
Joel
I know that I can invoke:
Code: Select all
launch url ("tel:" & tPhoneNumber)
But I'd really like to detect beforehand if the device is even capable of making calls.
Is there any command I can use (which would also be compatible with Android) that will allow me to know if a device has phone-calling abilities?
Thanks so much.
Joel