• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Get UL and DL and frequency band in LTE Android

Victorzx

Lurker
I am doing an APP for get many values of LTE so I want to get UL and DL speed I have a code that get RSSI CQI and many other but not DL and UL and frequency

String ssignal = signalStrength.toString(); String[] parts = ssignal.split(" ");

With that code I select the values that I dont have values that I want
 
Back
Top Bottom