-
Notifications
You must be signed in to change notification settings - Fork 107
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
Android 9 always returns <unknown ssid> #108
Comments
You can add |
I can confirm this works. it may related to Android 9's changes, you will need to request location permission to get wifi ssid. |
Agreed |
On a Android device with version 9.0.0, the function
NetworkInfo.getSSID()
always returns<unknown ssid>
The same code works without issues on a Android 8.x.x device
Is this a known bug?
The text was updated successfully, but these errors were encountered: