wirebug
wirebug copied to clipboard
SSID not visible on Android O/P
According to this: https://stackoverflow.com/a/47847947/10560594 the manifest needs ACCESS_COARSE_LOCATION to view the WIFI SSID. This app should either request this permission, or not attempt to show the SSID.
Thanks for letting me know. I added ACCESS_COARSE_LOCATION to the manifest.
Unfortunately I don't have a rooted Android device to check if it works and all my attempts to set up a rooted emulator failed. If you could build the app from master and test on your device that would be awesome.
Never mind, I forgot that Wirebug can be used without root in "read-only" mode 😄 I'll give it another try