Skip to content

Instantly share code, notes, and snippets.

@vladimirpetrovski
Created July 24, 2020 19:20
Show Gist options
  • Select an option

  • Save vladimirpetrovski/e292bad7f1f956810b047ea03e1a925b to your computer and use it in GitHub Desktop.

Select an option

Save vladimirpetrovski/e292bad7f1f956810b047ea03e1a925b to your computer and use it in GitHub Desktop.
fun isWiFiEnabled(): Boolean {
val wifiManager = applicationContext.getSystemService(Context.WIFI_SERVICE) as WifiManager
return wifiManager.isWifiEnabled
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment