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

Android: Installed services #30864

Open
amarlette opened this issue Feb 3, 2021 · 4 comments
Open

Android: Installed services #30864

amarlette opened this issue Feb 3, 2021 · 4 comments
Assignees
Labels
Accessibility Team - Evaluated Accessibility Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Needs: Docs Website PR To encourage the authors to create a website PR for documentation. Platform: Android Android applications.

Comments

@amarlette
Copy link

amarlette commented Feb 3, 2021

Requires API Proposal

This issue may require a new API, or a change to an existing API. An API proposal should be added and discussed before proceeding with implementation. The API proposal can be added in the comments of this issue or linked as a separate issue.

This issue has a parent issue #31346 and is intertwined with #30863 & #30862. Please review those issues before working on this one.

Description

Sometimes it is useful to query what accessibility services a user has installed so that you can tailor your app's UI for potential changes that may be necessary if those services are enabled. For example, if a user has the "Select to speak" service installed, you may want to present your UI in an easier-to-select layout with more padding between elements, and only trigger that change when the service is enabled.

React Native version:

v0.63

Expected Behavior

The AccessibilityInfo API should have a way to query a list of installed accessibility services.

Android Details

This functionality is available on the AccessibilityManager class via the getInstalledAccessibilityServiceList method.
https://developer.android.com/reference/android/view/accessibility/AccessibilityManager#getInstalledAccessibilityServiceList()

@blavalla blavalla added Accessibility Team - Evaluated Good first issue Interested in collaborating? Take a stab at fixing one of these issues. labels Feb 19, 2021
@Naturalclar
Copy link
Contributor

I'd like to work on this issue

@amarlette
Copy link
Author

Thank you for taking on this issue @Naturalclar!

@amarlette amarlette added the Needs: Docs Website PR To encourage the authors to create a website PR for documentation. label Apr 28, 2021
@bhavanagarlapati
Copy link

Hi @amarlette Can I take up this issue?

@Shiva953
Copy link

Hey,is this issue still open? It would be glad if you could assign me this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Team - Evaluated Accessibility Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Needs: Docs Website PR To encourage the authors to create a website PR for documentation. Platform: Android Android applications.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants