I want to know the signal strength of my current tower of Android cell phones. After some research that I found, I have to use PhoneStateListener that listen for the update to get the value (a weird way to do this IMHO).
So, I want to receive the signal as soon as I receive it, and stop the listener. This is the code I'm using:
I want to stop the listener as soon as I send the message setStrength(value)
Any idea?
thanks
source share