开发者

Disconnect particular wifi in android

开发者 https://www.devze.com 2023-03-27 14:39 出处:网络
how to disconnect a particular wifi in android and then making the device to stop scanning. i am using disconnect() method but that\'s not working.

how to disconnect a particular wifi in android and then making the device to stop scanning. i am using disconnect() method but that's not working. is there any way to stop scanning for further more access points.

开发者_StackOverflow中文版thanks


Try to disableNetwork() method of wifiManager class..

0

精彩评论

暂无评论...
验证码 换一张
取 消