srikanth
srikanth

Reputation: 239

disable mic in android

Is there any way i could disable(not mute) the mic through programming. Please help me with this. Thanks in advance.

Upvotes: 2

Views: 3947

Answers (1)

Moystard
Moystard

Reputation: 1837

From my experience, there is no way to disable completely the microphone. The only option you have is to mute it using the AudioManager.

Audio Manager

Upvotes: 1

Related Questions