ThanosFisherman / WifiUtils

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

Elementary mark on WiFi after connection #104

Closed swap9391 closed 3 years ago

swap9391 commented 3 years ago

When i tried to connect i got Elementary mark on Wifi icon of status bar, that restrict me to proceed further using any internet dependant task.

ThanosFisherman commented 3 years ago

For Android versions 10 and newer: WiFiUtils is currently using the Network request API (IoT API) for connecting to wifi networks which scopes the internet connectivity only to the app that requested it. There are plans to support WiFI Suggestion API in the future which overcomes this issue. For further info read the official docs here and take a look at the discussion thread here