简体   繁体   中英

Remove WIFI-Network as device owner

I'm using nfc provisioning to deploy my device owner app. What I want now is to remove/forget the wifi network from the device that is used during the provision (forever). Is this possible?

For everyone in the future:

It's actually pretty easy. WifiManager.removeNetwork(int netId) does the work for you when you're the device owner!

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