SignalStrength - getSignalStrength() - getLevel()
问题 I can easily get the sigalStrength in Android via callback onSignalStrengthsChanged(SignalStrength signalStrength) and retrieve the signalStrength trough the passed object int signal_strength = signalStrength.getGsmSignalStrength(); and according to the documentation the value varies between 0 and 39.99 Now I want to display this in my app in an indicator that updates as the signalStrenght varies - exactly what you can see in the statusbar on your phone. So my question - how can I use the