How to determine the network type of android phone . Let us assume that the device has gingerbread and higher OS . How do i find out whether the device is 1xRTT-capable device or 1xEVDO -capable device .
Note :TelephonyManager.NETWORK_TYPE_1xRTT helps us to find out whether current network is 1xRTT but do not want to know the current network . I want to know is it capable of 1xRTT or 1XEVDO . Hope i am clear.
Thanks in advance.