ThanosFisherman / WifiUtils

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

how to set priority the wifi to connect? #84

Closed kailaisi closed 4 years ago

kailaisi commented 4 years ago

the signal of the WIFI to connected is weak, often automatically switched. Is there any methods to set the priority of the wifi?

ThanosFisherman commented 4 years ago

Shifting priorities is deprecated as of API 26. On pre 26 WifiUtils already assigns the maximum priority to the specified network (see here) but there are still not guarantees that the priority will not change again by the OS itself.