Does anyone have an idea how use those Class(WifiManager or WifiConfiguration.Status) ????
this is my code but doesn't work even if the manifestxml has all the necessary permession
WifiManager manager= (WifiManager) getSystemService(Context.WIFI_SERVICE);
if( manager.isWifiEnabled()){
..............}
else{
.................
}
Thx


