Search code examples
android-wifiwifimanager

Listener for wifi


I want to make notification when wifi signal strength is weak. If there isn't a listener for wifi , can I create a custom listener for wifi?


Solution

  • The easiest thing to do would be register a listener for the RSSI_CHANGED_ACTION as can be found in the WifiManager.