giangqaz
giangqaz

Reputation: 105

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?

Upvotes: 1

Views: 1114

Answers (1)

blh83
blh83

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

Related Questions