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
You should add this to AndroidManifest.xml
Leave android:label empty if you don't want TalkBack to read activity name.