BlackBerry - Android
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment