Question

I am trying to find a way by which I can get a list of the remembered networks' SSID on an Android device.

I have seen a few threads asking similar questions. However, the few questions that I have found are trying to get the known network passwords not the SSIDS, and the answer for the passwords is that

1) you can't get them without root and

2) they are stored in different locations depending on the device.

Is there any method that will allow me to do this?

Was it helpful?

Solution

There is a way to get a list of remembered networks with WifiManager.getConfiguredNetworks()

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top