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

后端 未结 6 1531
死守一世寂寞
死守一世寂寞 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 16:06

    For Preventing TalkBack to read the application Name every time you switch activity is to set a name (label) of the Activity in Manifest:

    
    

    Adding android:name="" to Manifest will stop TalkBack announcing the name of the App every time you switch Activities.

提交回复
热议问题