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.
 
Top