I want to check if the device my apk is running on has LTE capability.
Now, I have tried http://developer.android.com/reference/android/telephony/TelephonyManager.html but this only gives me information about current network type(GPRS/LTE). But i want to know if the phone has LTE capability at all, even if it is connected to GPRS at the moment.
Is it possible to do?