How to get LTE signal strength in Android?

前端 未结 4 855
渐次进展
渐次进展 2020-12-02 19:13

I am using Verizon\'s new LTE handset from HTC Thunderbolt. I cannot find the API to query for the signal strength while the handset is on LTE. By entering the field test mo

4条回答
  •  庸人自扰
    2020-12-02 19:51

    You need to register a PhoneStateListener with LISTEN_SIGNAL_STRENGTHS. You will then get a callback with the current signal strength, and future callbacks with updates.

提交回复
热议问题