I'm looking at how Android supports wifi portable hot spot
functionality with a view to writing simple home screen widget that
allows people to turn the phone's wifi hotspot on and off without
digging into the device settings.

There was nothing obvious at developer.android.com so I dug through my
copy of the Android source code and found that the WifiManager class
(android.net.wifi.WifiManager) provides the basics to allow the state
to be queried. So as well as 'getWifiState()' there is
'getWifiApState()' and a matching set of state constants.

However, in my bang-up-to-date Eclipse IDE, this class has none of the
Ap methods or constants. Can anyone shed any light on this?

Thanks,
Phil.

-- 
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