Вопрос

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?

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top