Friday, April 20, 2012

Check the connection Availability in BlackBerry Device:



if(CoverageInfo.getCoverageStatus()==CoverageInfo.COVERAGE_NONE)
{
Dialog.alert("No Connection: ");
}
else
{
Dialog.alert("Connection: ");
}

No comments:

Post a Comment