Android - Preventing TalkBack to read the application Name and current Orientation

后端 未结 6 1616
死守一世寂寞
死守一世寂寞 2021-02-20 15:14

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

6条回答
  •  既然无缘
    2021-02-20 15:43

    You should add this to AndroidManifest.xml

    
    

    Leave android:label empty if you don't want TalkBack to read activity name.

提交回复
热议问题