0

I keep trying to make my custom input method for blind people more accessible. I had a problem AnnounceForAccessibility() doesn't work with ExplorationByTouch turn off (TalkBack is turn on). How can I resolve this problem? Can I turn off ExplorationByTouch only for my View?

TylerH
  • 20,799
  • 66
  • 75
  • 101
includebrainh
  • 133
  • 1
  • 3
  • 12
  • `View.announceForAccessibility()` only checks whether accessibility is turned on. It should still work fine even with Explore by Touch disabled. Are you seeing that it *only* works when EBT is on, or it *never* works? – alanv Dec 09 '14 at 00:07
  • It only works when EBT is on. – includebrainh Dec 10 '14 at 16:31

0 Answers0