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
String ssignal = signalStrength.toString(); String[] parts = ssignal.split(" ");
With that code I select the values that I dont have values that I want