Accessibility-Test-Framework-for-Android
Accessibility-Test-Framework-for-Android copied to clipboard
RESULT_ID marked private in `SpeakableTextPresentCheck`
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.