[android-developers] Re: broadcastreceiver never died?

2009-12-08 Thread justinh
It's going to call every time that broadcast is sent. If you want to handle specific packages you need to do that inside the receiver by looking at the received Intent. Each time it's done handling that broadcast it should be garbage collected. On Dec 8, 6:53 am, sleith raysle...@gmail.com wrote:

[android-developers] Re: broadcastreceiver never died?

2009-12-08 Thread sleith
ok thanks for your replies :) On Dec 8, 9:14 pm, justinh henderson.jus...@gmail.com wrote: It's going to call every time that broadcast is sent. If you want to handle specific packages you need to do that inside the receiver by looking at the received Intent. Each time it's done handling that