[android-developers] import android.net.NetworkUtils;

2013-02-18 Thread bob
Can someone help me understand why the following import does not work in my app? *import android.net.NetworkUtils;* I noticed the WifiInfo class is doing that, so I'm pretty sure that class is there. Thanks. -- -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] import android.net.NetworkUtils;

2013-02-18 Thread Mark Murphy
It is not part of the Android SDK, so an SDK project cannot perform that import. On Mon, Feb 18, 2013 at 5:16 PM, bob b...@coolfone.comze.com wrote: Can someone help me understand why the following import does not work in my app? import android.net.NetworkUtils; I noticed the WifiInfo class