Search code examples
androidmicrophone

Can we check the state of microphone of an android phone, if we can then how can I do this


I want to write a program to check if the internal microphone of android phone is on, off or in use by some other application.

If this is possible then how can I do this?

I read related questions at stack overflow but did not find a solution.


Solution

  • As far as I know, there is no way to know the microphone's state (Busy, Available,..). Sorry