Is there anyway to get current signal strength on Android device. I know there is a way where you can listen for signal strength change, but i cannot wait and need to know the current signal strength. Any help would be appreciated.
Regards, B
You can register the PhoneStateListener and save the last updated value into a variable and access it whenever you need it. It is the closest approximation of signal strenght you can get in real time.