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.
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.