Intercept INSTALL_REFERRER and then forward on to Google AnalyticsReceiver
问题 I have written an install receiver to determine when an app has been installed via the Market. However, I also want to pass the INSTALL_REFERRER broadcast onto other receivers such as the Google Analytics AnalyticsReceiver if it is installed within the app. Importantly, I do NOT know if other receivers are installed as my receiver will be used by other developers within their apps. Currently, I receive the broadcast and when complete I call: AnalyticsReceiver receiver = new AnalyticsReceiver(