Is it possible to intercept voice data during call?
问题 I plan to develop Android application which will encrypt/decrypt voice data such that parties can communicate using secure channel. So the question is: how to intercept voice/audio data during GSM call? Is it possible or not? Should I use Android NDK or something else? 回答1: This is something that happens in the low level of the operating system. You wouldn't be able to access this information in the application level. I suggest that you look into VOIP like SipDroid. I bet you'll be able to