My app queries GetNetworkType from the Phone library. However, if I switch to the 3G network from the WiFi network while the app is running, GetNetworkType still indicates "WiFi". Is this a bug, or do I have to do something else before I can read GetNetworkType?
Joe
After looking at my code again, I see that there is no "WiFi" result string; I translated the result string from "EVDO_A" to "WiFi" in code. Regardless, it doesn't seem to change when I switch networks.
Joe
After looking at my code again, I see that there is no "WiFi" result string; I translated the result string from "EVDO_A" to "WiFi" in code. Regardless, it doesn't seem to change when I switch networks.
Last edited: