WifiWizard2
WifiWizard2 copied to clipboard
Android P/Q - Deprecated Fn's
Seems Google has decided to deprecate some fn's in Android 9:
Android 9 (P - API 28) - Deprecated
startScan- https://developer.android.com/reference/android/net/wifi/WifiManager#startScan() https://stackoverflow.com/questions/49178307/startscan-in-wifimanager-deprecated-in-android-p
So these still work for now, but will probably be removed in Android Q.
Android Q (API ) Deprecated
Well it seems that Google wants to just make my life a living hell --- seems they are making huge changes in regards to WiFi in Android API level Q -- which is probably a ways out, but good to start tracking this now:
https://developer.android.com/preview/features#q-connnectivity
addNetworkhttps://developer.android.com/reference/android/net/wifi/WifiManager.html#addNetwork(android.net.wifi.WifiConfiguration)disableNetworkhttps://developer.android.com/reference/android/net/wifi/WifiManager.html#disableNetwork(int)disconnecthttps://developer.android.com/reference/android/net/wifi/WifiManager.html#disconnect()enableNetworkhttps://developer.android.com/reference/android/net/wifi/WifiManager.html#enableNetwork(int,%20boolean)getConfiguredNetworkshttps://developer.android.com/reference/android/net/wifi/WifiManager.html#getConfiguredNetworks()reassociatehttps://developer.android.com/reference/android/net/wifi/WifiManager.html#reassociate()reconnecthttps://developer.android.com/reference/android/net/wifi/WifiManager.html#reconnect()removeNetworkhttps://developer.android.com/reference/android/net/wifi/WifiManager.html#removeNetwork(int)setWifiEnabledhttps://developer.android.com/reference/android/net/wifi/WifiManager.html#setWifiEnabled(boolean)updateNetworkhttps://developer.android.com/reference/android/net/wifi/WifiManager.html#updateNetwork(android.net.wifi.WifiConfiguration)
I think it happend or?