Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 wifi 信号强度较弱时发出通知。如果没有 wifi 的监听器,我可以为 wifi 创建一个自定义监听器吗?
最简单的做法是为 RSSI_CHANGED_ACTION 注册一个监听器,可以在WifiManager中找到。