How do I acces how strong my signal is for an android phone? I am new to android programming but have experience in java, and C#. I would like to be able to tell how strong my antena signal is with a numerical value if at all possible.
Share
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.
This question, Get Cell RSSI(Network Signal Strength) on Android 1.5 was asked about a similar issue and the answer provided,
“TelephonyManager.listen with flag LISTEN_SIGNAL_STRENGTHS
http://developer.android.com/reference/android/telephony/PhoneStateListener.html”
was accepted.