Hi,
I tried to call the method ConnectivityManager.setNetworkPreference(NetworkPreference.PREFER_WIFI); //example from Professional Android Application Development book
but the method argument from the example seems to be obsolete. Does anyone know where to find network preference enumerators?
Thanks