Android unable read window content on few devices using accessibility service
问题 My requirement: Reading the text from pop up, dialog etc for particular app. I have implemented an accessibility service and I am receiving proper events and data as per my requirement. However while testing I realized that on some devices instead of using a AlertDialog or Dialog they have used an activity(themed as a dialog). Hence in my accessibility event I receive only the activity title, is there a way I could find the text displayed by this particular pop up activity? I have searched