[android-developers] Re: Mute button in call

2012-03-01 Thread brian lee
first check is it mute if yes then make  mAudioManager. setMicrophoneMute(false); I have not tried but it might be working. On Wed, Feb 29, 2012 at 9:51 PM, brian lee br...@brianlee.org wrote: Here is the code that I am using mute within a broadcast receiver to capture the button

[android-developers] Re: Mute button in call

2012-02-29 Thread brian lee
. On Tue, Feb 28, 2012 at 2:02 AM, brian lee br...@brianlee.org wrote: I am trying to have a app mute the call when the camera button is pressed. I have that part of the code working, but I can not for the life of me figure out if there is a way to change the state of the mute button in the call

[android-developers] Mute button in call

2012-02-27 Thread brian lee
I am trying to have a app mute the call when the camera button is pressed. I have that part of the code working, but I can not for the life of me figure out if there is a way to change the state of the mute button in the call so you know that it is currently muted. Anyone know how to do that?

[android-developers] Broadcast Receiver issue

2012-02-23 Thread brian lee
I am trying to write what I think is a very simple application just to check for when the head phone is plugged in and then mute the notification sounds. I am a bit confused on the broadcast receiver, can I have a app that is just that class and have it listen for when that action happens, do I

[android-developers] Re: Broadcast Receiver issue

2012-02-23 Thread brian lee
class. sound about right? On Feb 23, 4:14 pm, YuviDroid yuvidr...@gmail.com wrote: This post might help you:http://groups.google.com/group/android-developers/browse_thread/threa... On Thu, Feb 23, 2012 at 11:09 PM, brian lee br...@brianlee.org wrote: I am trying to write what I think

[android-developers] Android and JMX

2011-05-11 Thread brian lee
I am trying to write a simple app to monitor some mbeans of another java application running. How can I get android to import javax.management so I can create a connection to the jmx? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group.