[android-developers] AudioManger.setMicrophoneMute functionality not working??
Hi,
I am using AudioManger.setMicrophoneMute(true) to mute micro phone
in my application.
After that i am querying audio manager about latest mute state by
isMicrophoneMuted().
I am getting true for isMicrophoneMuted().
But functionality wise it is not working. Still audio packets are
being sent to remote party.
I have decalred "android.permission.MODIFY_AUDIO_SETTINGS" and
"ndroid.permission.RECORD_AUDIO" permissions in my manifest file.
While setting microphone to mute , i am not getting any security
exception.
What is wrong in this usage?
Is setMicrophoneMute(true) work or not?
Thanks in advance...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home