Skip to content
New issue

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

Fix "Is Wifi Connected" Logic: Newer Android Versions No Longer Behave Correctly #374

Open
epicstar opened this issue Apr 14, 2023 · 1 comment

Comments

@epicstar
Copy link
Member

The Is Wifi Connected Logic in AndroidWifiChecker.kt no longer works correctly in newer versions of the OS. This is because the calls we are using to determine the wifi state is deprecated.

Please fix.

@epicstar
Copy link
Member Author

epicstar commented Apr 14, 2023

Here is are proposed solutions on SO: https://stackoverflow.com/questions/3841317/how-do-i-see-if-wi-fi-is-connected-on-android?answertab=modifieddesc#tab-top

However, we may want to research this a little further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant