09-23-2009, 12:38 AM
|
#1 (permalink)
|
| New Member
Join Date: Aug 2009 Model: 8300 PIN: N/A Carrier: None
Posts: 12
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Network Support on BlackBerry Please Login to Remove! I want to extract the network services supported (GPRS, EDGE, etc.) by my device. The method I'm using now is
RadioInfo.areWAFsSupported(RadioInfo.NETWORK_GPRS) ;
RadioInfo.areWAFsSupported(RadioInfo.NETWORK_UMTS) ;
which returns a boolean stating true or false.
I want to know if there's any other way out to retrieve a list of all network services supported, or do I have to enter each network type to check the availability. |
| Offline
| |