0

Android Documentation says an app can take action on behalf of user like selecting a UI element using Accessibility services from API level 14. Can any one tell me how to do that or help me with some sample Code of it..?

Teja Nandamuri
  • 11,045
  • 6
  • 57
  • 109
S.Ahsan
  • 389
  • 3
  • 15
  • 1
    I already did some explanations here [How to use Accessibility Services for “Taking Action for Users”?](http://stackoverflow.com/questions/42125940/how-to-use-accessibility-services-for-taking-action-for-users) – Nikola Minoski Feb 19 '17 at 12:12

1 Answers1

0

Google's TalkBack is open source. Seems like an excellent place to start.

https://github.com/google/talkback

MobA11y
  • 18,425
  • 3
  • 49
  • 76