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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.