croconaut / cpt

This is the Wi-Fi / Wi-Fi Direct based peer to peer communication framework for Android. It stands for "Croconaut Public Transport", Croconaut was a "startup" from the times when we thought we can finish the product in three months. :)
GNU General Public License v3.0
5 stars 1 forks source link

WifiManager.startScan() deprecated in API 28 #13

Open mikrosk opened 6 years ago

mikrosk commented 6 years ago

I think this is it. If/when they remove this method: https://developer.android.com/reference/android/net/wifi/WifiManager.html#startScan(), we wont be able to operate in CPT at all.

More info here: https://developer.android.com/guide/topics/connectivity/wifi-scan (so far, there are just severe restrictions and permissions involved, not so bad).