After enabling Talkback and clicking one of the elements view in my app, the announcement is reciting:
The description that I included, pauses, then it recites: "double tap to activate".
I used Accessibility delegate from the example that I found here: https://stackoverflow.com/a/39480983/5544859
But it's only replacing the last word for me instead of the whole sentence.
For example, it's saying: Bla Bla bla. (pauses), then double tap to "custom string"
I would like to replace the whole sentence.