• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android AccessibilityNodeInfo get image content

Kenn3th

Lurker
If AccessibilityNodeInfo.getClassName() invocation return "android.widget.ImageView", is it possible to get the image content (byte array, bitmap or drawable) from the AccessibilityNodeInfo object?

Note: The viewIdResourceName of the said AccessibilityNodeInfo is null. I have no way to identify the image except performing a checksum on image content.
 
It would help to explain the problem if you included your code.
 
Back
Top Bottom