0

Is there any way to make talkback to suppress when I open my application and resume when I stop my Application?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Bharath Pabba
  • 1,725
  • 5
  • 16
  • 24

1 Answers1

0

While typically you cannot toggle TalkBack from your app, it is possible if the user grants your app the "write secure settings" system permission from adb, since you can directly modify the flags that indicate to the system which accessibility services are enabled.

See this answer of a similar question for full details: https://stackoverflow.com/a/44461236/494879

ataulm
  • 15,195
  • 7
  • 50
  • 92