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.
Asked
Active
Viewed 106 times
1 Answers
0
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.