I'm developing an Android voice recognition app using RecognizerIntent. The client is concerned with data being transmitted between device and Google's speech recognition server and whether it can be intercepted.
I found very little documentation on what format and how the data is being sent back and forth.
Does anyone know where I can find this information? Is communication between the device and Google speech recognition encrypted/secure in any way?