Kovid, when are you going to resolve this issue correctly? Depending upon Network Manager is silly when there are any number of better ways to determine whether or not a network connection is active.
For that matter, why are you attempting to do network detection in the first place? Just let the OS tell you if it can't forward on a packet. That's what the standard TCP/IP stack is designed to do. Your app is WAY too high up the stack to be making accurate assessments about the network and physical layer.
|