Is there a way to detect if Google Glass is connected to the internet at runtime? For instance, I often get the message \"Can\'t reach Google right now\" when using voice in
When you have wifi and data turned off, what is the network type name that activeNetworkInfo.getTypeName()
returns?
This might be a bug — can you dump as much info as possible out of the NetworkInfo
object (especially the type name, DetailedState
enumeration, and so forth) and file it in our issue tracker?