[android-developers] Re: Mute button in call

2012-03-01 Thread brian lee
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 wrote: > > Here is the code that I am using mute within a

[android-developers] Re: Mute button in call

2012-02-29 Thread brian lee
state of call. > > > > > > > > On Tue, Feb 28, 2012 at 2:02 AM, brian lee 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 > > fig

[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? -Br

[android-developers] Re: Broadcast Receiver issue

2012-02-23 Thread brian lee
class. sound about right? On Feb 23, 4:14 pm, YuviDroid 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 wrote: > > I am try

[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 nee

[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.