I want to write a program that wants to restrict location updates when the device is in the same wifi network. How would I go about doing that? How do I check if the device is in the same wifi network as earlier?

link|improve this question

Got the answer here - stackoverflow.com/questions/7329682/… – Suchi Sep 19 '11 at 22:18
feedback

1 Answer

up vote 1 down vote accepted

WifiManager.getConnectionInfo() will give you information about current Wifi network.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.