RequestRouteToHost Returns False On Wifi Interface
public boolean requestRouteToHost (int networkType, int hostAddress) This method in ConnectivityManager if used with networkType set to wifi interface always returns false. reque
Solution 1:
Apparently this is a bug and this has been raised.
Solution 2:
This appears to be fixed in ICS. My 2.3 Desire fails in the same way, but my 4.0.4 SGS2 gets a successful true
result from requestRouteToHost over WiFi.
Post a Comment for "RequestRouteToHost Returns False On Wifi Interface"