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
TYPE_WINDOW_CONTENT_CHANGEDevent received from the accessibility framework.- Source package is checked against the Uber Driver package name.
- If matched, and if the content corresponds to a ride offer, it is processed.
- 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
Última atualização: 13/07/2026