Disconnect particular wifi in android
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..
精彩评论