How to change Android Talkback in case of App name

前端 未结 3 1109
攒了一身酷
攒了一身酷 2021-02-20 10:51

The App I am working on has a name which is mispronounced by the talkback. I am able to fix this within the app by changing the spelling. But if I change the spelling in the and

3条回答
  •  无人及你
    2021-02-20 11:39

    You could change the text read by TalkBack programmatically with:

    getWindow().getDecorView().setContentDescription("Name as pronounced")

提交回复
热议问题