Skip to content

Instantly share code, notes, and snippets.

@bmutinda
Forked from aaustin/installlistener.java
Created February 21, 2017 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmutinda/eadf5701ccbfe23df730143964e64055 to your computer and use it in GitHub Desktop.
Save bmutinda/eadf5701ccbfe23df730143964e64055 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