Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically Check LTE capability on Android Device

Tags:

android

lte

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?

like image 549
Ankur Aggarwal Avatar asked Dec 06 '25 06:12

Ankur Aggarwal


1 Answers

It's not in the APIs so, officially the answer is no. I reverse engineered the first LTE phone during the summer and didn't find any thing I could use

Maybe someone else was luckier ?

like image 83
Philippe Girolami Avatar answered Dec 08 '25 18:12

Philippe Girolami