Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created May 23, 2018 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/c749d2a23b8d1faa718a88c52a0e3552 to your computer and use it in GitHub Desktop.
Save ssaurel/c749d2a23b8d1faa718a88c52a0e3552 to your computer and use it in GitHub Desktop.
Enable WiFi on the SSaurel's Blog
if (!wifiManager.isWifiEnabled()) {
Toast.makeText(this, "WiFi is disabled ... We need to enable it", Toast.LENGTH_LONG).show();
wifiManager.setWifiEnabled(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment