我希望应用程序仅在特定的WiFi网络中运行。
如何通过获取WiFi网络名称并与存储在应用程序中的名称进行比较来实现这一目标?
如果是,如何获取已连接网络的名称?
答案 0 :(得分:1)
您可以使用:
android.net.wifi.WifiInfo.getSSID
请参阅:
How to get name of wifi-network out of android using android API?
How to get the name of currently connected WiFi network in Android with BroadcastReceiver