[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

Re: [android-developers] Broadcast Receiver issue

2012-02-23 Thread YuviDroid
This post might help you: http://groups.google.com/group/android-developers/browse_thread/thread/6d0dda99b4f42c8f On Thu, Feb 23, 2012 at 11:09 PM, brian lee br...@brianlee.org wrote: I am trying to write what I think is a very simple application just to check for when the head phone is

[android-developers] broadcast receiver issue

2010-07-23 Thread Sandeep
Hi All, I am working on one project where i am using broadcast receiver in one of my activity to capture the incomming call and its works fine. when one of my other activity is open and that time if call is come then my broadcast receiver is fail to respond. can any one help me for this ? or its