0

I want to develop an application that extend/change TalkBack functions.

For example: every time "TalkBack" reads a text from a Facebook post or a tweet or any other app, it says "I finished" at the end of every Facebook post or a tweet etc.

TylerH
  • 20,799
  • 66
  • 75
  • 101
floyd
  • 1,431
  • 2
  • 12
  • 18

1 Answers1

0

Yes, they're called Accessibility Services on Android. TalkBack is actually open source, probably the easiest place to start.

https://github.com/google/talkback

MobA11y
  • 18,425
  • 3
  • 49
  • 76
  • Do you know if there's a more updated version? The current version is the 8.1 and that repo has the 6.1 – David Dec 31 '19 at 18:40