We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Line 1216 in 8457ae7
It seems that there are 2 checks:
Build.VERSION.SDK_INT < Build.VERSION_CODES.Q
Build.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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
WiFiFlutter/packages/wifi_iot/android/src/main/java/com/alternadom/wifiiot/WifiIotPlugin.java
Line 1216 in 8457ae7
It seems that there are 2 checks:
Build.VERSION.SDK_INT < Build.VERSION_CODES.Q
Build.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.
The text was updated successfully, but these errors were encountered: