Can not connect another android device with wifi with android lollipop
问题 Hello, I am trying to connect two android device through wifi. here one device was providing hotspot and another device will connect available wifi. In here am using following code to connect with wifi mainWifi = (WifiManager)device_list.this. getSystemService(Context.WIFI_SERVICE); mainWifi.setWifiEnabled(true); mainWifi.startScan(); WifiConfiguration wifiConfig = new WifiConfiguration(); wifiConfig.SSID = sr.SSID; wifiConfig.status = WifiConfiguration.Status.ENABLED; wifiConfig