Re: [android-developers] How to enable and disable Broadcast Receiver

2011-09-08 Thread Mark Murphy
On Thu, Sep 8, 2011 at 4:36 AM, GopalaKrishnan D wrote: > How to enable and disable Broadcast Receiver If it is registered in the manifest via a element, use android:enabled for the initial state, plus PackageManager and setComponentEnabledSetting() to change it. -- Mark Murphy (a Commons Guy)

[android-developers] How to enable and disable Broadcast Receiver

2011-09-08 Thread GopalaKrishnan D
How to enable and disable Broadcast Receiver i don't how to pass value to onreceieve any one help me -- ~* Regards* *GopalaKrishnan D* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-deve