Skip to content

Instantly share code, notes, and snippets.

@mstefanko
Created March 28, 2011 13:25
Show Gist options
  • Save mstefanko/890439 to your computer and use it in GitHub Desktop.
Save mstefanko/890439 to your computer and use it in GitHub Desktop.
Enable/disable wifi
WifiManager wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);
wifi.setWifiEnabled(enabled);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment