Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望应用程序仅在特定的 WiFi 网络中工作。
如何通过获取 WiFi 网络名称并与应用程序中存储的名称进行比较来做到这一点?
如果是,如何获取连接网络的名称?
你可以使用这个:
android.net.wifi.WifiInfo.getSSID
请参考:
如何使用android API从android中获取wifi网络的名称?
如何使用 BroadcastReceiver 在 Android 中获取当前连接的 WiFi 网络的名称