Android Utililty Methods Wifi State Check

List of utility methods to do Wifi State Check

Description

The list of methods to do Wifi State Check are organized into topic(s).

Method

WifiManagergetWifiManager(Context context)
get Wifi Manager
if (_wifiManager == null)
    _wifiManager = (WifiManager) context.getApplicationContext()
            .getSystemService(Context.WIFI_SERVICE);
return _wifiManager;