I am sticking at the following problem: I want to react on AccessibilityEvents in the Android Settings. For example I want to do a specific action when the user taps on Location. The problem occurs when I switch the language of the device. Then it says for event.getText() a different text and so I am not able to react on "Location" anymore. Is there any way to get an unique ID for the Subsettings Location etc?
Best Alex