I want to write a application list AccessPoints and when you click one, a wifi connection dialog will open. I searched in the Internet and found some hint:
startActivity(new Intent(WifiManager.ACTION_PICK_WIFI_NETWORK)) – But I can’t do it. Please help.
I want to write a application list AccessPoints and when you click one, a
Share
There is a Settings activity called WifiSettings, iirc. Launch that activity and it will present the user with a list of open access points, their current power settings and some other misc. stuff.
It appears you’re trying to duplicate the functionality of the Meraki WifiStumbler, too — take a look at that app for ideas.