Как получить текст со всех дочерних узлов в AccessibilityNodeInfoAndroid

Форум для тех, кто программирует под Android
Anonymous
Как получить текст со всех дочерних узлов в AccessibilityNodeInfo

Сообщение Anonymous »


I'm trying to read the text from all the child nodes of an AccessiblityNodeInfo.

I tried getting AccessiblityNodeInfo.getParent() and AccessibilityNodeInfo.getChildCount()

for(int i=0; i

Источник: https://stackoverflow.com/questions/506 ... tynodeinfo

Вернуться в «Android»