Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): add attribute to track accessibility status #1960

Closed
wants to merge 1 commit into from

Conversation

abhaysood
Copy link
Contributor

@abhaysood abhaysood commented Mar 25, 2025

Description

Adds an attribute accessibility_enabled which is computed each time an event/span is created, to allow tracking status of accessibility services on the device.

Uses the API: https://developer.android.com/reference/android/view/accessibility/AccessibilityManager#isEnabled(), which returns true if a accessibility features like talkback or "select to speak" are turned on.

Related issue

Closes #733

@abhaysood abhaysood added feature new features android android related labels Mar 25, 2025
@abhaysood abhaysood self-assigned this Mar 25, 2025
Copy link

vercel bot commented Mar 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 25, 2025 5:26am

@abhaysood
Copy link
Contributor Author

Will re-evaluate if we need more information than just a boolean for "accessibility_enabled".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android android related feature new features
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add accessibility state (enabled/disabled) to attributes
1 participant