문제

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