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

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

    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.

提交回复
热议问题