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.
我想制作一个应用程序,用户点击互联网框的按钮激活 WPS,然后按下应用程序中的按钮,应用程序自动搜索 WPS 网络。
但首先我尝试将用户连接到特定的 WPS Wifi。我能怎么做 ?
我使用WifiManager的startWps()方法找到了oslution:
startWps()
mWifiManager.startWps(wpsConfig, mWpsCallback);