Skip to content

Plugin version before core plugin rename.

Latest
Compare
Choose a tag to compare
@shazron shazron released this 20 Apr 17:54
[Android] Stop speaking current announcement before announcing someth…

…ing else.

TalkBack announces successive AccessibilityEvent.TYPE_ANNOUNCEMENT
events by adding rather than flushing the queue.

With Android’s migration away from using ChromeVox for WebViews, this
became more noticeable.

Adding AccessibilityManager.interrupt() before the announcement stops
any speech that may be in progress, before making an announcement.