I have registered a BroadcastReceiver in my Android Manifest. It contains an action of INSTALL.REFERRER to receive intents whenever the application get Installed.
I am trying to set a variable by fetching its value from server before the INSTALL.REFERRER action intent takes place.
But i am unable to do so before the action intent. Kindly help me with this.
Thanks.