I have a package added receiver in my Android application, and has been distributed for a couple months.
Recently I found that not all the PACKAGE_ADDED broadcasts can be received by my receiver.
looked up a while, someone said that if your app had been killed by users or system, then you will no longer get broadcasts.
My questions are:
- Is that true? confirmed, if you terminate your app from Settings->Applications --> force stop then your application wont receive any broadcast.
- How can I prevent this happening, or is there a work around?