0

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.

kenetik
  • 250
  • 3
  • 13

1 Answers1

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.

Community
  • 1
  • 1
Irwin
  • 12,551
  • 11
  • 67
  • 97