Android - prevent TalkBack from announcing TextView title aloud

后端 未结 6 502
北恋
北恋 2020-12-06 10:59

I am developing an accessible android application where people would be using Explore by Touch and TalkBack accessibility services to use my application.

This is my

6条回答
  •  Happy的楠姐
    2020-12-06 11:47

    I had the same problem, and the only thing that worked for me was android:contentDescription=" " (white space).

提交回复
热议问题