I have a broadcastreceiver that listens to PACKAGE_ADDED and PACKAGE_REMOVED action.
It works fine, but I think my receiver will be called whenever a package is being added/removed from the device. I am only interested in packages in my own project. Is there a way to specify in the intent filter that only certain package names should be considered? preferrably with somekind of wildcard option... Kind regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

