简体   繁体   中英

How to mute android talkback on seekbar progress

My app's accessibility for video player announces every progress changes on the seekbar when the talkback is enabled. Ex: on progress, "progress 26%", "Progress 27%"... etc

Is there a way to disable this so the seekbar is still selectable but its changes not announced?

I believe TalkBack only announces updates to a widget's state if it has accessibility focus. So if you place focus somewhere else, it should quiet down.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM