Android-Touch-Helper is an Android accessibility service app that automatically skips splash ads and launch advertisements.
The tool addresses the problem of intrusive splash ads by leveraging Android's Accessibility Service to inspect on-screen content and detect skip targets. It offers three detection methods: keyword-based detection that looks for buttons containing specific skip-related text, UI control detection for app-specific predefined controls, and screen position detection for clicking configured areas. The project prioritizes privacy by design—it is open source, requires no network or storage permissions, and does not collect or upload personal data.
Developers should adopt this tool if they want to automate ad-skipping across multiple Android apps without the privacy risks associated with closed-source alternatives. It suits users frustrated with repetitive splash screens across their installed applications. The project explicitly acknowledges it is a personal project with limited active maintenance, so contributors should expect slower response times for feature requests, though pull requests are still reviewed and merged when feasible.
Development activity shows the project is in maintenance mode rather than active expansion. The maintainer has stated they no longer have substantial time for active improvement or new feature support. However, the project remains responsive to community contributions through pull requests, indicating willingness to integrate external work despite bandwidth constraints.