I´m developing an application, where I´d like to have a button, which opens Androids built-in WiFi menu... (I don´t really want to implement scanning and connecting code by myself).
Is there any Intent I can send which opens this menu?
You should use ACTION_PICK_WIFI_NETWORK
action:
startActivity(new Intent(WifiManager.ACTION_PICK_WIFI_NETWORK));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With