Skip to content

Instantly share code, notes, and snippets.

@aaustin
Last active February 21, 2017 09:23
Show Gist options
  • Save aaustin/48e3405e3452040c9897 to your computer and use it in GitHub Desktop.
Save aaustin/48e3405e3452040c9897 to your computer and use it in GitHub Desktop.
public class InstallListener extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
// called in the install referrer broadcast case
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment