Skip to content Skip to sidebar Skip to footer

Background Access To Microphone In Android

Is it possible to be constantly monitoring the microphone from a background application (service?) on an Android phone? Some idea of what I want to do: Listen constantly for an au

Solution 1:

Recording audio is possible check out these links:

Record audio

Record audio

Got them from this post How to use the microphone on Android .

So I'm thinking it should be possible to record inside an background service. Don't got the time atm to verify it.

Post a Comment for "Background Access To Microphone In Android"