I know that the INSTALL_REFERRER intent is fired the first time a user opens an app that has been installed from the play store. Here are few things I would like to have clarified: Is this intent fired before any activities are launched? Is the broadcast receiver responsible for capturing this intent running on the UI thread (i.e. will it block activities from starting)?
Thanks!!