Reputation: 105
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?
Upvotes: 1
Views: 1114
Reputation: 495
The easiest thing to do would be register a listener for the RSSI_CHANGED_ACTION as can be found in the WifiManager.
Upvotes: 5