Problem is I am using TTS to read a long string message when my activity is launched, but TalkBack automatically reads the application name in the middle of it and cuts the long
So, Is there any API that I could call to prevent the TalkBack feature from reading the application name when an application is launched?
Not that I am aware of.
Problem is I am using TTS to read a long string message when my activity is launched, but TalkBack automatically reads the application name in the middle of it and cuts the long string and is very annoying.
Then delay your "long string message" a bit, to give time for TalkBack to do its standard announcements.