react-native-iot-wifi icon indicating copy to clipboard operation
react-native-iot-wifi copied to clipboard

Allow android Q to use wifi api for now

Open saurabytes opened this issue 6 years ago • 2 comments

After a bit more testing turns out Android Q is still supporting the old API and rejecting the wifi connect calls for it makes less sense. This PR will

  1. Android Fix: Allows the connect API to be used by Android Q again.
  2. Android Fix: The reconnect to a previously self added wifi configuration for < Oreo
  3. Android Fix: An illegal violation crash related to callback being invoked more than once when attempting to force bind to a wifi network

saurabytes avatar Jun 10 '19 21:06 saurabytes

@tadasr I found a couple of bugs which are addressed in this PR.

saurabytes avatar Jun 14 '19 21:06 saurabytes

@tadasr any chance you had a look at this?

saurabytes avatar Jun 28 '19 23:06 saurabytes