google / google/Accessibility-Test-Framework-for-Android
RESULT_ID marked private in `SpeakableTextPresentCheck`
- Dominant language
- Java
- Stars
- 520
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
The Flutter and Compose content result id's are marked as private instead of public like all other result id's in all other checks.
https://github.com/google/Accessibility-Test-Framework-for-Android/blob/c65cab02b2a845c29c3da100d6adefd345a144e3/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/SpeakableTextPresentCheck.java#L56
https://github.com/google/Accessibility-Test-Framework-for-Android/blob/c65cab02b2a845c29c3da100d6adefd345a144e3/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/SpeakableTextPresentCheck.java#L53
They should be public to allow for easier checking of resultId's.
Contributor guide
Assessment
This issue has not been assessed yet.