The problem is that I use TTS to read a long string message when I start my activity, but TalkBack automatically reads the application name in the middle and shortens the long line and is very annoying.
I would like to disable TalkBack in order to read the application name every time an action is run. Removing the android: label attribute is not a viable solution since the application is controlled by someone else and I do not control it.
So, is there any API I could call to prevent TalkBack functions from reading the application name when the application starts?
Any help would be greatly appreciated.
Thank you very much in advance.
Regards, Ashok
source share