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: Accessibility timeout setting #30866

Closed
amarlette opened this issue Feb 3, 2021 · 1 comment
Closed

Android: Accessibility timeout setting #30866

amarlette opened this issue Feb 3, 2021 · 1 comment
Labels
Accessibility Team - Evaluated Accessibility Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Platform: Android Android applications. React Native Engineering - Evaluated Resolution: Locked This issue was locked by the bot.

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.

Description

Android has a setting called "Time to take action (accessibility timeout)", which allows a user to choose how long any UI that auto-dismisses or auto-progresses should stay active for. There is currently no way to query this setting.

React Native version:

v0.63

Expected Behavior

The AccessibilityInfo API should have a way to query this setting.

Android Details

This setting can be queried from AccessibilityManager.getRecommendedTimeoutMillis() method.
https://developer.android.com/reference/android/view/accessibility/AccessibilityManager#getRecommendedTimeoutMillis(int,%20int)

@Naturalclar
Copy link
Contributor

Seems like this has been worked on in PR #31063

@facebook facebook locked as resolved and limited conversation to collaborators Apr 6, 2022
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Apr 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Accessibility Team - Evaluated Accessibility Good first issue Interested in collaborating? Take a stab at fixing one of these issues. Platform: Android Android applications. React Native Engineering - Evaluated Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants