Is there any way to make talkback to suppress when I open my application and resume when I stop my Application?
Asked
Active
Viewed 822 times
0
-
2No, this is by design. – alanv Jul 21 '16 at 12:46
1 Answers
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