Skip to content

Instantly share code, notes, and snippets.

@aaustin
Last active February 21, 2017 09:23
Embed
What would you like to do?
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