📄 Documentação Técnica — este artigo é voltado para desenvolvedores, revisores de app stores ou leitura técnica aprofundada.
Google Play Verified Documentation — esta documentação contém as informações utilizadas durante o processo de publicação do aplicativo na Google Play.

Resumo: Technical detail on which Accessibility events Valeu listens to, and how everything else is discarded.

Overview

The Accessibility Service is configured to react to a narrow set of event types, from a narrow set of source packages.

Event handling

  1. TYPE_WINDOW_CONTENT_CHANGED event received from the accessibility framework.
  2. Source package is checked against the Uber Driver package name.
  3. If matched, and if the content corresponds to a ride offer, it is processed.
  4. If not matched, or not related to a ride offer, the event is ignored.

Observations

Events from any application other than the supported ride-hailing apps are ignored at the source-package check — no further processing occurs.

Related articles

Essa informação foi útil?
SimNão

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *

Close Search Window