I support the availability of the application. for this, providing the correct data to the accessibility infrastructure by providing android: contentDescription = "your string" in xml.
I also reviewed the Android developer guide on building apps that is available to review what steps you need to take to ensure that your app is used properly with accessibility services.
Now the problem is to test all of this on every screen, taking up more time. My application has 30 screens and each time it will take almost 15-20 minutes to switch to any module when the conversation is on.
can anyone suggest a tool / best way to test the application?
source share