I'm trying to add text to an EditText field by using the dispatchPopulateAccessibilityEvent method.
I do a event.getText().add("Say this additionally");
but it doesn't do anything but the event fires. It works on my Samsung Galaxy S3, but not on the Nexus 5, or Galaxy s3 mini for example. How can I get this to work?