-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
Hello,
I think that there is a problem at this line of the removeWifiNetwork Android implementation.
WiFiFlutter/packages/wifi_iot/android/src/main/java/com/alternadom/wifiiot/WifiIotPlugin.java
Line 1230 in 8457ae7
| if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) { |
WiFiFlutter/packages/wifi_iot/android/src/main/java/com/alternadom/wifiiot/WifiIotPlugin.java
Line 1216 in 8457ae7
| if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q) { |
It seems that there are 2 checks:
Build.VERSION.SDK_INT < Build.VERSION_CODES.QBuild.VERSION.SDK_INT >= Build.VERSION_CODES.R
but what if the build version is Q? I'm indeed having issues only on Android 10 devices.
Metadata
Metadata
Assignees
Labels
No labels