Как получить текст со всех дочерних узлов в AccessibilityNodeInfo ⇐ Android
-
Anonymous
Как получить текст со всех дочерних узлов в AccessibilityNodeInfo
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
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
Мобильная версия