thanks for the tip Skipper_Joe. I've started reading the api but
i'm still not sure what the networkservices mean so i have a followup
question
1) Is my logic below valid for checking roaming support? I
check for roaming support by evaluating for two requirements
Code:
//in pseudocode
currentServices = RadioInfo.getNetworkService()
if ( (currentServices Doesn't Inlcude NETWORK_SERVICE_IN_HOME_ZONE) &&
(currentServices Includes NETWORK_SERVICE_ROAMING) )
{
// therefore roaming supported
}