I'm developing an Android Accessibility Service. I got an AccessibilityNodeInfo that represents an EditText. Is possibile to edit the contained text?
I tried with mynode.setText("aaa")
but i get IllegalStateException
as described in official documentation http://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html
Any ideas? Thanks