Servicio de referencia de instalación
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
clase final pública InstallReferrerService
IntentService para controlar el intent INSTALL_REFERRER de Google Play Store. Este servicio
se iniciará desde InstallReferrerReceiver. Consulta esa clase para obtener más detalles.
Resumen de la constante heredada
Desde la clase android.app.Service
int
START_CONTINUATION_MASK
int
START_FLAG_REDELIVERY
int
START_FLAG_RETRY
int
START_NOT_STICKY
int
START_REDELIVER_INTENT
int
START_STICKY
int
START_STICKY_COMPATIBILITY
Desde la clase android.content.Context
Cadena
ACCESSIBILITY_SERVICE
Cadena
ACCOUNT_SERVICE
Cadena
ACTIVITY_SERVICE
Cadena
ALARM_SERVICE
Cadena
AUDIO_SERVICE
int
BIND_ABOVE_CLIENT
int
BIND_ADJUST_WITH_ACTIVITY
int
BIND_ALLOW_OOM_MANAGEMENT
int
BIND_AUTO_CREATE
int
BIND_DEBUG_UNBIND
int
BIND_IMPORTANT
int
BIND_NOT_FOREGROUND
int
BIND_WAIVE_PRIORITY
Cadena
BLUETOOTH_SERVICE
Cadena
CLIPBOARD_SERVICE
Cadena
CONNECTIVITY_SERVICE
int
CONTEXT_IGNORE_SECURITY
int
CONTEXT_INCLUDE_CODE
int
CONTEXT_RESTRICTED
Cadena
DEVICE_POLICY_SERVICE
Cadena
DISPLAY_SERVICE
Cadena
DOWNLOAD_SERVICE
Cadena
DROPBOX_SERVICE
Cadena
INPUT_METHOD_SERVICE
Cadena
INPUT_SERVICE
Cadena
KEYGUARD_SERVICE
Cadena
LAYOUT_INFLATER_SERVICE
Cadena
LOCATION_SERVICE
Cadena
MEDIA_ROUTER_SERVICE
int
MODE_APPEND
int
MODE_ENABLE_WRITE_AHEAD_LOGGING
int
MODE_MULTI_PROCESS
int
MODE_PRIVATE
int
MODE_WORLD_READABLE
int
MODE_WORLD_WRITEABLE
Cadena
NFC_SERVICE
Cadena
NOTIFICATION_SERVICE
Cadena
NSD_SERVICE
Cadena
POWER_SERVICE
Cadena
SEARCH_SERVICE
Cadena
SENSOR_SERVICE
Cadena
STORAGE_SERVICE
Cadena
TELEPHONY_SERVICE
Cadena
TEXT_SERVICES_MANAGER_SERVICE
Cadena
UI_MODE_SERVICE
Cadena
USB_SERVICE
Cadena
USER_SERVICE
Cadena
VIBRATOR_SERVICE
Cadena
WALLPAPER_SERVICE
Cadena
WIFI_P2P_SERVICE
Cadena
WIFI_SERVICE
Cadena
WINDOW_SERVICE
Desde la interfaz android.content.ComponentCallbacks2
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-07-25 (UTC)"],[],["`InstallReferrerService` is an `IntentService` that handles the `INSTALL_REFERRER` intent from the Google Play Store. It's launched by `InstallReferrerReceiver`. The service inherits constants from `android.app.Service`, `android.content.Context`, and `android.content.ComponentCallbacks2`. These constants define various service types, binding behaviors, and memory trim levels. The class offers two public constructors to create the `InstallReferrerService` instance: one that accepts a string *name* parameter, and one that takes no parameters.\n"]]