Android: How do I get GSM signal strength for all available network operators

前端 未结 4 396
鱼传尺愫
鱼传尺愫 2020-11-29 01:28

I am working on a little app to check the signal strength of various network operators in my area. My current operators signal is quite unstable and I want to look into the

4条回答
  •  庸人自扰
    2020-11-29 01:59

    create a PhoneStateListener and handle the onSignalStrengthChanged callback. When your app is initialized, it should give you an initial notification. This is in 1.x. in 2.x, there's an open issueabout this.

提交回复
热议问题