Levis501
Results
1
comments of
Levis501
I found a solution, by caching the root node from received events ` AccessibilityNodeInfo mLastKnownRoot; @Override public void onAccessibilityEvent(AccessibilityEvent event) { AccessibilityNodeInfo root = event.getSource(); while (root != null) {...