I want to import NetworkUtils. Following command does not work.
import android.net.NetworkUtils;
Other classes like WifiInfo can be imported.
Somewhere, I found it answered that NetworkUtils was not part of Android SDK and so, an SDK project cannot perform the import.
But is there a way to import android.net.NetworkUtils?