InstallReferrerService

  • InstallReferrerService handles the INSTALL_REFERRER intent from the Google Play Store, launched by InstallReferrerReceiver.

  • It inherits various constants from android.app.Service and android.content.Context for managing service behavior and accessing system resources.

  • Two public constructors are available: one accepting a custom service name and another with a default name.

public final class InstallReferrerService

IntentService for handling the Google Play Store's INSTALL_REFERRER intent. This service will be launched from InstallReferrerReceiver. See that class for details.

Inherited Constant Summary

Public Constructor Summary

InstallReferrerService(String name)

Public Constructors

public InstallReferrerService (String name)

public InstallReferrerService ()