Is there a way to get the configured WiFi-SSIDS from an Android (not rooted) device via ADB? This should be working independant from the WiFi on/off state.
Thank yo
Not possible. WifiManager.getConfiguredNetworks() only works when WiFi is on.