简体   繁体   中英

Android get saved network SSID

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()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM