Android 设备上保存的网络是否有唯一标识符?
如果我在连接到特定 wifi 网络时必须执行一些特定操作,我可以在数据库中保存哪些内容以确保我完全连接到该网络? 我看到 Android 不保存已保存网络的 BSSID,但只允许 SSID 和具有保存 SSID 的多个配置文件,因此我无法使用它。
If I have to do some specific actions while connected to a specific wifi network, what can I save inside my DataBase to be sure that I'm connected exactly to that network?
I saw that Android doesn't save the BSSID of a saved network but only the SSID and multiple profile with the save SSID are allowed so I can't use it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你确定吗? http://developer.android.com/reference /android/net/wifi/WifiManager.html#getConfiguredNetworks() 表示它也返回已保存网络的 BSSID。
Are you sure? http://developer.android.com/reference/android/net/wifi/WifiManager.html#getConfiguredNetworks() says it returns the BSSID of saved networks too.