On Tue, Aug 3, 2010 at 3:06 PM, Kevin Brooks <bear35...@gmail.com> wrote:
> I am not looking to create a true Multi-user Android environment.  My idea
> would be for my application to change the WiFi settings then connect.

Well, WifiManager has addNetworkConfiguration(),
getConfiguredNetworks(), disconnect(), and so on. It is not out of the
question you can use this for your aims. I do not know what
permissions you need, if any, and I do not know if the API is rich
enough for your needs.

However, I don't see where any of that will do you any good. Most WiFi
access points do not support multiple configurations, one per user,
regardless of what your device expects. Similarly, most households and
businesses do not have one WiFi access point per user. I don't know
where your other accounts are going to come from.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

ATTENTION: Android-Beginners will be permanently disabled on August 9 2010. For 
more information about this change, please read [http://goo.gl/xkfl] or visit 
the Group home page.

Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to