Vivekpanchal64
08/12/2026, 3:55 PMAccessibilityService to read the target app's accessibility node tree (same mechanism TalkBack uses), so there's nothing to add to the target's build.
Highlights:
• Runs Google's Accessibility Test Framework against the live node tree
• Maps every finding to a WCAG 2.1 success criterion + conformance level (A/AA/AAA)
• Screenshots per issue on API 30+
• Exports HTML report or CSV
• Fully local — dashboard talks to the phone over adb reverse, nothing leaves the machine
Repo: github.com/vivekpanchal/android-wcag-auditor (Apache 2.0)
Would love feedback, especially on the WCAG mapping logic — happy to answer questions here!