devstepbcn / react-native-android-wifi

A react-native module for viewing and connecting to Wifi networks on Android devices.
ISC License
212 stars 121 forks source link

What about Android Q? #90

Open gigby opened 5 years ago

gigby commented 5 years ago

According to this document, API of this package should be changed?

Restriction on enabling and disabling Wi-Fi Apps targeting Android Q cannot enable or disable Wi-Fi. The WifiManager.setWifiEnabled() method always returns false.

If needed, use a settings panel to prompt users to enable and disable Wi-Fi.

metahexane commented 4 years ago

This needs more attention. Library becomes unusable for newer devices.

VSV6 commented 3 years ago

Yes, in android 11 this library doesn't work as expected. When this problem gets solved?