[android-developers] Re: queryBroadcastReceivers does not return receivers registered by registerReceiver()

2010-10-21 Thread Assaf
I understand. Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Re: queryBroadcastReceivers does not return receivers registered by registerReceiver()

2010-10-14 Thread Assaf
Hi again, anyone can have a look ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: queryBroadcastReceivers does not return receivers registered by registerReceiver()

2010-10-14 Thread Dianne Hackborn
Sorry that is just how it works. This is an API on the package manager, so is only considering what applications have published in their manifest. The activity manager takes care of dynamically registered receivers. There is no way retrieve them; even if there was, there is nothing you could do