ThanosFisherman / WifiUtils

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

Added settings panel intent to enable/disable wifi for Android > 29 #124

Closed Astroa7m closed 2 years ago

Astroa7m commented 2 years ago

Issues

https://github.com/ThanosFisherman/WifiUtils/issues/121

Description

Enabling and disabling Wifi with WifiManger::setWifiEnabled in Android 10 and above

Solution

checking for Android version and creating the intent before running overloaded enableWifi method in WifiUtils.java file and act and if the Build.Version below Q then stay with the deprecated way but else we launch the intent to let the user manually disable or enable wifi.