[android-developers] Re: Unregistering a statically defined BroadcastReceiver in code?

2008-11-03 Thread Akbur
This looks as though it should do the trick. Thanks Jason. :-) Akbur On 2 Nov, 18:32, "Jason Parekh" <[EMAIL PROTECTED]> wrote: > Hi Akbur, > > You can't "unregister" this receiver, but you can disable it.  Check out > PackageManager.setComponentEnabledSetting. > > jason > > On Sun, Nov 2, 2008

[android-developers] Re: Unregistering a statically defined BroadcastReceiver in code?

2008-11-02 Thread Jason Parekh
Hi Akbur, You can't "unregister" this receiver, but you can disable it. Check out PackageManager.setComponentEnabledSetting. jason On Sun, Nov 2, 2008 at 7:03 AM, Akbur <[EMAIL PROTECTED]> wrote: > > Dear all, > > I've registered my BroadcastReceiver in my application manifest like > this: > >