ThanosFisherman / WifiUtils

Easily Connect to WiFi Networks
Apache License 2.0
731 stars 188 forks source link

Fixed unbind process from network when remove wifi for AndroidQ and later #119

Closed ahmetturk closed 2 years ago

ahmetturk commented 2 years ago

Description

unbindProcessFromNetwork() needs to called when removing wifi to let device to use other networks for network communications

Solution

in remove function, unbindProcessFromNetwork() is called

ThanosFisherman commented 2 years ago

Thanks for pointing that out.