You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am using ANDROID X
getting list is not working, it always returns []
getting SSID returns unknown SSID, and also level not showing anything
What Should I Do?
The text was updated successfully, but these errors were encountered:
I Found The Reason
From Android 8.0 onwards we won't be getting SSID of the connected network unless GPS is turned on.
Yeah, GPS is a prerequisite for getting wifi information in both Android and iOS.
You have ask for ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION permission first as mentioned in Android Developer document only after allowing this permission you'll get the wifi information.
Hi
I am using ANDROID X
getting list is not working, it always returns []
getting SSID returns unknown SSID, and also level not showing anything
What Should I Do?
The text was updated successfully, but these errors were encountered: