try this:

Intent i = new Intent(Settings.ACTION_WIFI_SETTINGS);
        startActivity(i);

On Mon, Jun 22, 2009 at 10:39 AM, kalyan simhan <[email protected]>wrote:

> hi all..
> can anyone please tell me as how to connect to a secured wireless
> network programmatically.. im able to detect and list the available
> networks but how do i connect to it giving a password.. please help!!
> Thanks in advance!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to